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