1 write to _sourceWindow
PresentationFramework (1)
System\Windows\Window.cs (1)
7394
_sourceWindow
= sourceWindow;
21 references to _sourceWindow
PresentationFramework (21)
System\Windows\Window.cs (21)
7401
return (
_sourceWindow
== null );
7417
if (
_sourceWindow
!= null)
7419
return
_sourceWindow
.Handle;
7486
UnsafeNativeMethods.ClientToScreen(new HandleRef(this,
_sourceWindow
.Handle), ref pt);
7495
return
_sourceWindow
.SizeToContent;
7500
_sourceWindow
.SizeToContent = value;
7508
_sourceWindow
.RootVisual = value;
7516
return (
_sourceWindow
.Handle == UnsafeNativeMethods.GetActiveWindow());
7524
return
_sourceWindow
;
7532
if (
_sourceWindow
!= null)
7534
HwndTarget compositionTarget =
_sourceWindow
.CompositionTarget;
7606
pt =
_sourceWindow
.CompositionTarget.TransformFromDevice.Transform(pt);
7629
pt =
_sourceWindow
.CompositionTarget.TransformFromDevice.Transform(pt);
7640
if (
_sourceWindow
.RootVisual != null )
7642
_sourceWindow
.RootVisual = null;
7648
if (
_sourceWindow
!= null)
7650
_sourceWindow
.Disposed += theHandler;
7656
if (
_sourceWindow
!= null)
7658
_sourceWindow
.Disposed -= theHandler;
7669
if ((_panningFeedback == null) && (
_sourceWindow
!= null))
7671
_panningFeedback = new HwndPanningFeedback(
_sourceWindow
);