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)
55
Debug.Assert(
_hbrushDither
.IsNull, "Brush should not be recreated.");
79
!
_hbrushDither
.IsNull,
109
if (((state & STATE_SELECTED) != 0) && !
_hbrushDither
.IsNull)
193
if (
_hbrushDither
.IsNull)
253
if (!RecreatingHandle && !
_hbrushDither
.IsNull)
255
PInvokeCore.DeleteObject(
_hbrushDither
);
262
HGDIOBJ hbrushOld = PInvokeCore.SelectObject(dc,
_hbrushDither
);