1 write to _sourceWindow
PresentationFramework (1)
src\Framework\System\Windows\Window.cs (1)
7799
_sourceWindow
= sourceWindow;
21 references to _sourceWindow
PresentationFramework (21)
src\Framework\System\Windows\Window.cs (21)
7812
return (
_sourceWindow
== null );
7838
if (
_sourceWindow
!= null)
7840
return
_sourceWindow
.CriticalHandle;
7927
UnsafeNativeMethods.ClientToScreen(new HandleRef(this,
_sourceWindow
.CriticalHandle), pt);
7941
return
_sourceWindow
.SizeToContent;
7947
_sourceWindow
.SizeToContent = value;
7960
_sourceWindow
.RootVisual = value;
7974
return (
_sourceWindow
.CriticalHandle == UnsafeNativeMethods.GetActiveWindow());
7987
return
_sourceWindow
;
7999
if (
_sourceWindow
!= null)
8001
HwndTarget compositionTarget =
_sourceWindow
.CompositionTarget;
8101
pt =
_sourceWindow
.CompositionTarget.TransformFromDevice.Transform(pt);
8129
pt =
_sourceWindow
.CompositionTarget.TransformFromDevice.Transform(pt);
8146
if (
_sourceWindow
.RootVisual != null )
8148
_sourceWindow
.RootVisual = null;
8159
if (
_sourceWindow
!= null)
8161
_sourceWindow
.Disposed += theHandler;
8172
if (
_sourceWindow
!= null)
8174
_sourceWindow
.Disposed -= theHandler;
8191
if ((_panningFeedback == null) && (
_sourceWindow
!= null))
8193
_panningFeedback = new HwndPanningFeedback(
_sourceWindow
);