5 writes to _handle
System.Drawing.Common (5)
System\Drawing\Icon.cs (5)
51_handle = handle; 87_handle = PInvokeCore.CopyIcon(original, _iconSize.Width, _iconSize.Height); 253_handle = HICON.Null; 551_handle = PInvoke.CreateIconFromResourceEx(b, (uint)bestImage.Length, fIcon: true, 0x00030000, 0, 0, 0); 558_handle = PInvoke.CreateIconFromResourceEx(b, (uint)bestImage.Length, fIcon: true, 0x00030000, 0, 0, 0);
6 references to _handle
System.Drawing.Common (6)
System\Drawing\Icon.cs (6)
185public IntPtr Handle => _handle.IsNull ? throw new ObjectDisposedException(GetType().Name) : (nint)_handle; 252PInvokeCore.DestroyIcon(_handle); 260if (!_handle.IsNull) 406if (_iconData is null || !_handle.IsNull) 562if (_handle.IsNull)