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