Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Framework / System / Windows / LostFocusEventManager.cs / 1 / LostFocusEventManager.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // Description: Manager for the LostFocus event in the "weak event listener" // pattern. See WeakEventTable.cs for an overview. // //--------------------------------------------------------------------------- using System; using System.Windows; // WeakEventManager using MS.Internal; // Helper namespace System.Windows { ////// Manager for the DependencyObject.LostFocus event. /// public class LostFocusEventManager : WeakEventManager { #region Constructors // // Constructors // private LostFocusEventManager() { } #endregion Constructors #region Public Methods // // Public Methods // ////// Add a listener to the given source's event. /// public static void AddListener(DependencyObject source, IWeakEventListener listener) { CurrentManager.ProtectedAddListener(source, listener); } ////// Remove a listener to the given source's event. /// public static void RemoveListener(DependencyObject source, IWeakEventListener listener) { CurrentManager.ProtectedRemoveListener(source, listener); } #endregion Public Methods #region Protected Methods // // Protected Methods // ////// Listen to the given source for the event. /// protected override void StartListening(object source) { DependencyObject typedSource = (DependencyObject)source; FrameworkElement fe; FrameworkContentElement fce; Helper.DowncastToFEorFCE(typedSource, out fe, out fce, true); if (fe != null) fe.LostFocus += new RoutedEventHandler(OnLostFocus); else if (fce != null) fce.LostFocus += new RoutedEventHandler(OnLostFocus); } ////// Stop listening to the given source for the event. /// protected override void StopListening(object source) { DependencyObject typedSource = (DependencyObject)source; FrameworkElement fe; FrameworkContentElement fce; Helper.DowncastToFEorFCE(typedSource, out fe, out fce, true); if (fe != null) fe.LostFocus -= new RoutedEventHandler(OnLostFocus); else if (fce != null) fce.LostFocus -= new RoutedEventHandler(OnLostFocus); } #endregion Protected Methods #region Private Properties // // Private Properties // // get the event manager for the current thread private static LostFocusEventManager CurrentManager { get { Type managerType = typeof(LostFocusEventManager); LostFocusEventManager manager = (LostFocusEventManager)GetCurrentManager(managerType); // at first use, create and register a new manager if (manager == null) { manager = new LostFocusEventManager(); SetCurrentManager(managerType, manager); } return manager; } } #endregion Private Properties #region Private Methods // // Private Methods // // event handler for LostFocus event private void OnLostFocus(object sender, RoutedEventArgs args) { DeliverEvent(sender, args); } #endregion Private Methods } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // Description: Manager for the LostFocus event in the "weak event listener" // pattern. See WeakEventTable.cs for an overview. // //--------------------------------------------------------------------------- using System; using System.Windows; // WeakEventManager using MS.Internal; // Helper namespace System.Windows { ////// Manager for the DependencyObject.LostFocus event. /// public class LostFocusEventManager : WeakEventManager { #region Constructors // // Constructors // private LostFocusEventManager() { } #endregion Constructors #region Public Methods // // Public Methods // ////// Add a listener to the given source's event. /// public static void AddListener(DependencyObject source, IWeakEventListener listener) { CurrentManager.ProtectedAddListener(source, listener); } ////// Remove a listener to the given source's event. /// public static void RemoveListener(DependencyObject source, IWeakEventListener listener) { CurrentManager.ProtectedRemoveListener(source, listener); } #endregion Public Methods #region Protected Methods // // Protected Methods // ////// Listen to the given source for the event. /// protected override void StartListening(object source) { DependencyObject typedSource = (DependencyObject)source; FrameworkElement fe; FrameworkContentElement fce; Helper.DowncastToFEorFCE(typedSource, out fe, out fce, true); if (fe != null) fe.LostFocus += new RoutedEventHandler(OnLostFocus); else if (fce != null) fce.LostFocus += new RoutedEventHandler(OnLostFocus); } ////// Stop listening to the given source for the event. /// protected override void StopListening(object source) { DependencyObject typedSource = (DependencyObject)source; FrameworkElement fe; FrameworkContentElement fce; Helper.DowncastToFEorFCE(typedSource, out fe, out fce, true); if (fe != null) fe.LostFocus -= new RoutedEventHandler(OnLostFocus); else if (fce != null) fce.LostFocus -= new RoutedEventHandler(OnLostFocus); } #endregion Protected Methods #region Private Properties // // Private Properties // // get the event manager for the current thread private static LostFocusEventManager CurrentManager { get { Type managerType = typeof(LostFocusEventManager); LostFocusEventManager manager = (LostFocusEventManager)GetCurrentManager(managerType); // at first use, create and register a new manager if (manager == null) { manager = new LostFocusEventManager(); SetCurrentManager(managerType, manager); } return manager; } } #endregion Private Properties #region Private Methods // // Private Methods // // event handler for LostFocus event private void OnLostFocus(object sender, RoutedEventArgs args) { DeliverEvent(sender, args); } #endregion Private Methods } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CalendarDay.cs
- TripleDES.cs
- DSASignatureFormatter.cs
- MetadataSource.cs
- OneOfTypeConst.cs
- D3DImage.cs
- ScriptIgnoreAttribute.cs
- StatusBarPanelClickEvent.cs
- GrabHandleGlyph.cs
- PrinterUnitConvert.cs
- WebScriptClientGenerator.cs
- DataServiceQueryProvider.cs
- shaperfactoryquerycachekey.cs
- XmlAttributeCollection.cs
- XmlSchemaGroup.cs
- XPathMultyIterator.cs
- _ProxyChain.cs
- CompilerState.cs
- TextTreeTextElementNode.cs
- ToolbarAUtomationPeer.cs
- SQLDecimal.cs
- Translator.cs
- SettingsPropertyNotFoundException.cs
- SystemWebSectionGroup.cs
- ListenUriMode.cs
- UnionCodeGroup.cs
- FixedTextView.cs
- _ConnectOverlappedAsyncResult.cs
- SystemDropShadowChrome.cs
- InstanceDataCollection.cs
- ToolStripSplitButton.cs
- SparseMemoryStream.cs
- AndCondition.cs
- FormattedText.cs
- ResXResourceReader.cs
- SystemUdpStatistics.cs
- PropertyFilterAttribute.cs
- EventProxy.cs
- PropertyTab.cs
- XmlMembersMapping.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- BindingNavigator.cs
- UserValidatedEventArgs.cs
- CodeChecksumPragma.cs
- TextServicesCompartment.cs
- WindowsPrincipal.cs
- ObjectPersistData.cs
- AutoResetEvent.cs
- DependencyObjectValidator.cs
- FontEmbeddingManager.cs
- SoapEnumAttribute.cs
- ImageSource.cs
- precedingquery.cs
- XmlNamespaceManager.cs
- SafeThemeHandle.cs
- XmlUrlResolver.cs
- MdiWindowListItemConverter.cs
- TimeoutException.cs
- SettingsPropertyIsReadOnlyException.cs
- MarshalDirectiveException.cs
- PlaceHolder.cs
- FocusWithinProperty.cs
- RoleBoolean.cs
- FilteredAttributeCollection.cs
- LineUtil.cs
- ProofTokenCryptoHandle.cs
- ObjectDataSourceWizardForm.cs
- DataGridViewCellLinkedList.cs
- DivideByZeroException.cs
- GregorianCalendarHelper.cs
- XmlDataDocument.cs
- FixedSOMElement.cs
- EndpointReference.cs
- GrammarBuilder.cs
- SByteConverter.cs
- TreeNodeEventArgs.cs
- Rules.cs
- AsymmetricSignatureFormatter.cs
- X509ChainPolicy.cs
- OLEDB_Util.cs
- Polygon.cs
- ToolStripDropDownButton.cs
- TokenBasedSet.cs
- FontCacheLogic.cs
- BaseUriHelper.cs
- EncryptedKey.cs
- StylusPointProperty.cs
- SimpleBitVector32.cs
- HttpDictionary.cs
- AspNetSynchronizationContext.cs
- BamlResourceSerializer.cs
- SafeNativeMethods.cs
- ColorTransform.cs
- ObjectStateFormatter.cs
- Serializer.cs
- IndexingContentUnit.cs
- TableCell.cs
- HttpValueCollection.cs
- LocalizationCodeDomSerializer.cs
- HealthMonitoringSection.cs