2 writes to _workAreaInternal
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
350_workAreaInternal = new NativeMethods.RECT(); 351if (UnsafeNativeMethods.SystemParametersInfo(NativeMethods.SPI_GETWORKAREA, 0, ref _workAreaInternal, 0))
2 references to _workAreaInternal
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
362return _workAreaInternal; 5077NativeMethods.RECT oldRect = _workAreaInternal;