5 references to Invalidate
System.Windows.Forms.Design (5)
System\ComponentModel\Design\DesignerActionUI.cs (3)
219designerActionGlyph.Invalidate(); // need to invalidate here too, someone could have called refresh too soon, causing the glyph to get created in the wrong place 253glyph.Invalidate(); 406relatedGlyph.Invalidate();
System\Windows\Forms\Design\Behavior\DesignerActionGlyph.cs (2)
54Invalidate(); 229Invalidate();