2 writes to _hbrushDither
System.Windows.Forms (2)
System\Windows\Forms\Design\ComponentEditorForm.PageSelector.cs (2)
76_hbrushDither = PInvoke.CreatePatternBrush(hbitmapTemp); 256_hbrushDither = default;
7 references to _hbrushDither
System.Windows.Forms (7)
System\Windows\Forms\Design\ComponentEditorForm.PageSelector.cs (7)
55Debug.Assert(_hbrushDither.IsNull, "Brush should not be recreated."); 79!_hbrushDither.IsNull, 109if (((state & STATE_SELECTED) != 0) && !_hbrushDither.IsNull) 193if (_hbrushDither.IsNull) 253if (!RecreatingHandle && !_hbrushDither.IsNull) 255PInvokeCore.DeleteObject(_hbrushDither); 262HGDIOBJ hbrushOld = PInvokeCore.SelectObject(dc, _hbrushDither);