2 writes to sizeGripGlyph
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
5541sizeGripGlyph = null; 5636sizeGripGlyph = new Bitmap(ResizeGripSize, ResizeGripSize, g);
5 references to sizeGripGlyph
System.Windows.Forms (5)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (5)
5630if (this.sizeGripGlyph != null) { 5631return sizeGripGlyph; 5638using (Graphics glyphGraphics = Graphics.FromImage(sizeGripGlyph)) 5658sizeGripGlyph.MakeTransparent(BackColor); 5659return sizeGripGlyph;