1 write to style
System.Windows.Forms (1)
winforms\Managed\System\WinForms\StatusBarPanel.cs (1)
366this.style = value;
5 references to style
System.Windows.Forms (5)
winforms\Managed\System\WinForms\StatusBarPanel.cs (5)
359get { return style;} 365if (this.style != value) { 629switch (style) { 648if (this.icon != null && style != StatusBarPanelStyle.OwnerDraw) { 655if (style == StatusBarPanelStyle.OwnerDraw) {