6 references to NewSource
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (2)
171if (args.NewSource == null) 177this.ConnectToPresentationSource(args.NewSource);
PresentationFramework (1)
System\Windows\Documents\ImmComposition.cs (1)
275newSource = e.NewSource as HwndSource;
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (3)
1185if (e.NewSource != null && 1186e.NewSource.RootVisual is Window) 1188rib._window = (Window)e.NewSource.RootVisual;