6 references to RemoveSourceChangedHandler
PresentationCore (1)
System\Windows\Input\Stylus\Common\StylusPlugInCollection.cs (1)
559PresentationSource.RemoveSourceChangedHandler(_element, _sourceChangedEventHandler);
PresentationFramework (5)
System\Windows\Documents\ImmComposition.cs (3)
116PresentationSource.RemoveSourceChangedHandler(UiScope, new SourceChangedEventHandler(OnSourceChanged)); 139PresentationSource.RemoveSourceChangedHandler(UiScope, new SourceChangedEventHandler(OnSourceChanged)); 286PresentationSource.RemoveSourceChangedHandler(UiScope, new SourceChangedEventHandler(OnSourceChanged));
System\windows\Documents\TextEditorTyping.cs (1)
508PresentationSource.RemoveSourceChangedHandler(element, OnSourceChanged);
System\Windows\Interop\HwndHost.cs (1)
509PresentationSource.RemoveSourceChangedHandler(this, new SourceChangedEventHandler(OnSourceChanged));