2 writes to primary
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Screen.cs (2)
82primary = true; 93primary = ((info.dwFlags & MONITORINFOF_PRIMARY) != 0);
3 references to primary
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Screen.cs (3)
194return primary; 210if (screens[i].primary) { 482return GetType().Name + "[Bounds=" + bounds.ToString() + " WorkingArea=" + WorkingArea.ToString() + " Primary=" + primary.ToString() + " DeviceName=" + deviceName;