3 references to TOOLBARSTATE_autoSize
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolBar.cs (3)
134
toolBarState = new System.Collections.Specialized.BitVector32(
TOOLBARSTATE_autoSize
|
194
return toolBarState[
TOOLBARSTATE_autoSize
];
203
toolBarState[
TOOLBARSTATE_autoSize
] = value;