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)
149public bool Primary => _primary; 163if (screens[i]._primary) 345=> $"{GetType().Name}[Bounds={_bounds} WorkingArea={WorkingArea} Primary={_primary} DeviceName={_deviceName}";