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