2 writes to _primary
System.Windows.Forms (2)
System\Windows\Forms\Screen.cs (2)
62
_primary
= true;
76
_primary
= ((info.monitorInfo.dwFlags & PInvokeCore.MONITORINFOF_PRIMARY) != 0);
3 references to _primary
System.Windows.Forms (3)
System\Windows\Forms\Screen.cs (3)
149
public bool Primary =>
_primary
;
163
if (screens[i].
_primary
)
345
=> $"{GetType().Name}[Bounds={_bounds} WorkingArea={WorkingArea} Primary={
_primary
} DeviceName={_deviceName}";