2 writes to _workAreaInternal
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
395
_workAreaInternal
= new NativeMethods.RECT();
396
if (UnsafeNativeMethods.SystemParametersInfo(NativeMethods.SPI_GETWORKAREA, 0, ref
_workAreaInternal
, 0))
2 references to _workAreaInternal
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
407
return
_workAreaInternal
;
5670
NativeMethods.RECT oldRect =
_workAreaInternal
;