1 write to toolBarState
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolBar.cs (1)
134
toolBarState
= new System.Collections.Specialized.BitVector32(TOOLBARSTATE_autoSize |
10 references to toolBarState
System.Windows.Forms (10)
winforms\Managed\System\WinForms\ToolBar.cs (10)
194
return
toolBarState
[TOOLBARSTATE_autoSize];
203
toolBarState
[TOOLBARSTATE_autoSize] = value;
496
return
toolBarState
[TOOLBARSTATE_divider];
502
toolBarState
[TOOLBARSTATE_divider] = value;
572
return
toolBarState
[TOOLBARSTATE_dropDownArrows];
578
toolBarState
[TOOLBARSTATE_dropDownArrows] = value;
860
return
toolBarState
[TOOLBARSTATE_showToolTips];
865
toolBarState
[TOOLBARSTATE_showToolTips] = value;
959
return
toolBarState
[TOOLBARSTATE_wrappable];
963
toolBarState
[TOOLBARSTATE_wrappable] = value;