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