5 references to AddSourceChangedHandler
PresentationCore (1)
System\Windows\Input\Stylus\Common\StylusPlugInCollection.cs (1)
528PresentationSource.AddSourceChangedHandler(_element, _sourceChangedEventHandler); // has a security linkdemand
PresentationFramework (3)
System\Windows\Documents\ImmComposition.cs (1)
147PresentationSource.AddSourceChangedHandler(UiScope, new SourceChangedEventHandler(OnSourceChanged));
System\windows\Documents\TextEditorTyping.cs (1)
498PresentationSource.AddSourceChangedHandler(element, OnSourceChanged);
System\Windows\Interop\HwndHost.cs (1)
838PresentationSource.AddSourceChangedHandler(this, new SourceChangedEventHandler(OnSourceChanged));
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
133PresentationSource.AddSourceChangedHandler(this, new SourceChangedEventHandler(OnSourceChangedHandler));