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