5 writes to fsState
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolBarButton.cs (5)
651
button.
fsState
= 0;
652
if (enabled) button.
fsState
|= NativeMethods.TBSTATE_ENABLED;
653
if (partialPush && style == ToolBarButtonStyle.ToggleButton) button.
fsState
|= NativeMethods.TBSTATE_INDETERMINATE;
654
if (pushed) button.
fsState
|= NativeMethods.TBSTATE_CHECKED;
655
if (!visible) button.
fsState
|= NativeMethods.TBSTATE_HIDDEN;