18 references to InvalidateItemLayout
System.Windows.Forms (18)
winforms\Managed\System\WinForms\ToolStrip.cs (1)
2726DisplayedItems[j].InvalidateItemLayout("ShowKeyboardFocusCues");
winforms\Managed\System\WinForms\ToolStripDropDownButton.cs (1)
96this.InvalidateItemLayout(PropertyNames.ShowDropDownArrow);
winforms\Managed\System\WinForms\ToolStripItem.cs (16)
408InvalidateItemLayout(PropertyNames.AutoSize); 776InvalidateItemLayout(PropertyNames.DisplayStyle); 1223InvalidateItemLayout(PropertyNames.ImageAlign); 1275InvalidateItemLayout(PropertyNames.Image); 1340InvalidateItemLayout(PropertyNames.ImageIndex); 1377InvalidateItemLayout(PropertyNames.ImageKey); 1402InvalidateItemLayout(PropertyNames.ImageScaling); 1874InvalidateItemLayout(PropertyNames.Padding); 2303InvalidateItemLayout(PropertyNames.TextAlign); 2352InvalidateItemLayout("TextDirection"); 2371InvalidateItemLayout(PropertyNames.TextImageRelation); 2776InvalidateItemLayout(PropertyNames.Image); 3199this.InvalidateItemLayout(PropertyNames.Font); 3361InvalidateItemLayout("TextDirection"); 3370InvalidateItemLayout(PropertyNames.RightToLeft); 3387InvalidateItemLayout(PropertyNames.Text);