4 references to NewSource
PresentationFramework (1)
System\Windows\Documents\ImmComposition.cs (1)
258newSource = e.NewSource as HwndSource;
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (3)
1172if (e.NewSource != null && 1173e.NewSource.RootVisual is Window) 1175rib._window = (Window)e.NewSource.RootVisual;