1 write to _sourceWindow
PresentationFramework (1)
System\Windows\Window.cs (1)
7407
_sourceWindow
= sourceWindow;
21 references to _sourceWindow
PresentationFramework (21)
System\Windows\Window.cs (21)
7414
return (
_sourceWindow
== null );
7430
if (
_sourceWindow
!= null)
7432
return
_sourceWindow
.CriticalHandle;
7499
UnsafeNativeMethods.ClientToScreen(new HandleRef(this,
_sourceWindow
.CriticalHandle), ref pt);
7508
return
_sourceWindow
.SizeToContent;
7513
_sourceWindow
.SizeToContent = value;
7521
_sourceWindow
.RootVisual = value;
7529
return (
_sourceWindow
.CriticalHandle == UnsafeNativeMethods.GetActiveWindow());
7537
return
_sourceWindow
;
7545
if (
_sourceWindow
!= null)
7547
HwndTarget compositionTarget =
_sourceWindow
.CompositionTarget;
7619
pt =
_sourceWindow
.CompositionTarget.TransformFromDevice.Transform(pt);
7642
pt =
_sourceWindow
.CompositionTarget.TransformFromDevice.Transform(pt);
7653
if (
_sourceWindow
.RootVisual != null )
7655
_sourceWindow
.RootVisual = null;
7661
if (
_sourceWindow
!= null)
7663
_sourceWindow
.Disposed += theHandler;
7669
if (
_sourceWindow
!= null)
7671
_sourceWindow
.Disposed -= theHandler;
7682
if ((_panningFeedback == null) && (
_sourceWindow
!= null))
7684
_panningFeedback = new HwndPanningFeedback(
_sourceWindow
);