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