7 references to RemoveSourceChangedHandler
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (1)
377PresentationSource.RemoveSourceChangedHandler(this, OnPresentationSourceChanged);
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)
505PresentationSource.RemoveSourceChangedHandler(this, new SourceChangedEventHandler(OnSourceChanged));