3 writes to partialPush
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolBarButton.cs (3)
287partialPush = true; 289partialPush = false; 296partialPush = value;
5 references to partialPush
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolBarButton.cs (5)
284return partialPush; 291return partialPush; 295if (partialPush != value) { 593if (partialPush && style == ToolBarButtonStyle.ToggleButton) button.fsState |= NativeMethods.TBSTATE_INDETERMINATE; 653if (partialPush && style == ToolBarButtonStyle.ToggleButton) button.fsState |= NativeMethods.TBSTATE_INDETERMINATE;