2 writes to _sizeGripGlyph
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (2)
119
_sizeGripGlyph
= null;
220
_sizeGripGlyph
= new Bitmap(s_resizeGripSize, s_resizeGripSize, g);
5 references to _sizeGripGlyph
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (5)
214
if (
_sizeGripGlyph
is not null)
216
return
_sizeGripGlyph
;
222
using (Graphics glyphGraphics = Graphics.FromImage(
_sizeGripGlyph
))
244
_sizeGripGlyph
.MakeTransparent(BackColor);
245
return
_sizeGripGlyph
;