1 write to _sourceWindow
PresentationFramework (1)
System\Windows\Window.cs (1)
7364
_sourceWindow
= sourceWindow;
21 references to _sourceWindow
PresentationFramework (21)
System\Windows\Window.cs (21)
7371
return (
_sourceWindow
== null );
7387
if (
_sourceWindow
!= null)
7389
return
_sourceWindow
.Handle;
7458
UnsafeNativeMethods.ClientToScreen(new HandleRef(this,
_sourceWindow
.Handle), ref pt);
7467
return
_sourceWindow
.SizeToContent;
7472
_sourceWindow
.SizeToContent = value;
7480
_sourceWindow
.RootVisual = value;
7488
return (
_sourceWindow
.Handle == UnsafeNativeMethods.GetActiveWindow());
7496
return
_sourceWindow
;
7504
if (
_sourceWindow
!= null)
7506
HwndTarget compositionTarget =
_sourceWindow
.CompositionTarget;
7578
pt =
_sourceWindow
.CompositionTarget.TransformFromDevice.Transform(pt);
7601
pt =
_sourceWindow
.CompositionTarget.TransformFromDevice.Transform(pt);
7612
if (
_sourceWindow
.RootVisual != null )
7614
_sourceWindow
.RootVisual = null;
7620
if (
_sourceWindow
!= null)
7622
_sourceWindow
.Disposed += theHandler;
7628
if (
_sourceWindow
!= null)
7630
_sourceWindow
.Disposed -= theHandler;
7641
if ((_panningFeedback == null) && (
_sourceWindow
!= null))
7643
_panningFeedback = new HwndPanningFeedback(
_sourceWindow
);