5 references to GlyphImageOpened
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\Behavior\DesignerActionGlyph.cs (5)
159
topRight.X -= (
GlyphImageOpened
.Width + CONTROLOVERLAP_X);
160
topRight.Y -= (
GlyphImageOpened
.Height - CONTROLOVERLAP_Y);
161
_bounds = (new Rectangle(topRight.X, topRight.Y,
GlyphImageOpened
.Width,
GlyphImageOpened
.Height));
200
image =
GlyphImageOpened
;