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