6 references to RemoveSourceChangedHandler
PresentationCore (1)
System\Windows\Input\Stylus\Common\StylusPlugInCollection.cs (1)
549PresentationSource.RemoveSourceChangedHandler(_element, _sourceChangedEventHandler);
PresentationFramework (5)
System\Windows\Documents\ImmComposition.cs (3)
99PresentationSource.RemoveSourceChangedHandler(UiScope, new SourceChangedEventHandler(OnSourceChanged)); 122PresentationSource.RemoveSourceChangedHandler(UiScope, new SourceChangedEventHandler(OnSourceChanged)); 269PresentationSource.RemoveSourceChangedHandler(UiScope, new SourceChangedEventHandler(OnSourceChanged));
System\windows\Documents\TextEditorTyping.cs (1)
489PresentationSource.RemoveSourceChangedHandler(element, OnSourceChanged);
System\Windows\Interop\HwndHost.cs (1)
498PresentationSource.RemoveSourceChangedHandler(this, new SourceChangedEventHandler(OnSourceChanged));