5 writes to fsState
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolBarButton.cs (5)
591button.fsState = 0; 592if (enabled) button.fsState |= NativeMethods.TBSTATE_ENABLED; 593if (partialPush && style == ToolBarButtonStyle.ToggleButton) button.fsState |= NativeMethods.TBSTATE_INDETERMINATE; 594if (pushed) button.fsState |= NativeMethods.TBSTATE_CHECKED; 595if (!visible) button.fsState |= NativeMethods.TBSTATE_HIDDEN;