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)
214if (_sizeGripGlyph is not null) 216return _sizeGripGlyph; 222using (Graphics glyphGraphics = Graphics.FromImage(_sizeGripGlyph)) 244_sizeGripGlyph.MakeTransparent(BackColor); 245return _sizeGripGlyph;