5 references to Refresh
System.Windows.Forms.Design (5)
System\ComponentModel\Design\DesignerActionService.cs (1)
252designerActionUIService?.Refresh(comp); // we need to refresh, a verb on the current panel has changed its state
System\Windows\Forms\Design\SplitContainerDesigner.OrientationActionList.cs (1)
57actionUIService.Refresh(_ownerComponent);
System\Windows\Forms\Design\StandardMenuStripVerb.cs (2)
250actionUIService?.Refresh(_designer.Component); 394actionUIService?.Refresh(_designer.Component);
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
263actionUIService?.Refresh(Component);