2 writes to _deviceName
System.Windows.Forms (2)
System\Windows\Forms\Screen.cs (2)
63
_deviceName
= "DISPLAY";
78
_deviceName
= new string(info.szDevice.ToString());
3 references to _deviceName
System.Windows.Forms (3)
System\Windows\Forms\Screen.cs (3)
82
screenDC = PInvokeCore.CreateDCW(
_deviceName
, pwszDevice: null, pszPort: null, pdm: null);
144
public string DeviceName =>
_deviceName
;
345
=> $"{GetType().Name}[Bounds={_bounds} WorkingArea={WorkingArea} Primary={_primary} DeviceName={
_deviceName
}";