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)
1172
if (e.
NewSource
!= null &&
1173
e.
NewSource
.RootVisual is Window)
1175
rib._window = (Window)e.
NewSource
.RootVisual;