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