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)
259
newSource = e.
NewSource
as HwndSource;
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (3)
1173
if (e.
NewSource
!= null &&
1174
e.
NewSource
.RootVisual is Window)
1176
rib._window = (Window)e.
NewSource
.RootVisual;