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