1 write to _sourceWindow
PresentationFramework (1)
System\Windows\Window.cs (1)
7363
_sourceWindow
= sourceWindow;
21 references to _sourceWindow
PresentationFramework (21)
System\Windows\Window.cs (21)
7370
return (
_sourceWindow
== null );
7386
if (
_sourceWindow
!= null)
7388
return
_sourceWindow
.Handle;
7457
UnsafeNativeMethods.ClientToScreen(new HandleRef(this,
_sourceWindow
.Handle), ref pt);
7466
return
_sourceWindow
.SizeToContent;
7471
_sourceWindow
.SizeToContent = value;
7479
_sourceWindow
.RootVisual = value;
7487
return (
_sourceWindow
.Handle == UnsafeNativeMethods.GetActiveWindow());
7495
return
_sourceWindow
;
7503
if (
_sourceWindow
!= null)
7505
HwndTarget compositionTarget =
_sourceWindow
.CompositionTarget;
7577
pt =
_sourceWindow
.CompositionTarget.TransformFromDevice.Transform(pt);
7600
pt =
_sourceWindow
.CompositionTarget.TransformFromDevice.Transform(pt);
7611
if (
_sourceWindow
.RootVisual != null )
7613
_sourceWindow
.RootVisual = null;
7619
if (
_sourceWindow
!= null)
7621
_sourceWindow
.Disposed += theHandler;
7627
if (
_sourceWindow
!= null)
7629
_sourceWindow
.Disposed -= theHandler;
7640
if ((_panningFeedback == null) && (
_sourceWindow
!= null))
7642
_panningFeedback = new HwndPanningFeedback(
_sourceWindow
);