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