3 references to AddSourceChangedHandler
PresentationFramework (3)
src\Framework\System\Windows\Documents\ImmComposition.cs (1)
180PresentationSource.AddSourceChangedHandler(UiScope, new SourceChangedEventHandler(OnSourceChanged));
src\Framework\System\windows\Documents\TextEditorTyping.cs (1)
514PresentationSource.AddSourceChangedHandler(element, OnSourceChanged);
src\Framework\System\Windows\Interop\HwndHost.cs (1)
1001PresentationSource.AddSourceChangedHandler(this, new SourceChangedEventHandler(OnSourceChanged));