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)
82screenDC = PInvokeCore.CreateDCW(_deviceName, pwszDevice: null, pszPort: null, pdm: null); 144public string DeviceName => _deviceName; 345=> $"{GetType().Name}[Bounds={_bounds} WorkingArea={WorkingArea} Primary={_primary} DeviceName={_deviceName}";