2 writes to _workAreaInternal
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
363_workAreaInternal = new NativeMethods.RECT(); 364if (UnsafeNativeMethods.SystemParametersInfo(NativeMethods.SPI_GETWORKAREA, 0, ref _workAreaInternal, 0))
2 references to _workAreaInternal
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
375return _workAreaInternal; 5095NativeMethods.RECT oldRect = _workAreaInternal;