10 references to ScrollBarState
System.Windows.Forms (10)
winforms\Managed\System\WinForms\ScrollBarRenderer.cs (10)
63public static void DrawHorizontalThumb(Graphics g, Rectangle bounds, ScrollBarState state) { 76public static void DrawVerticalThumb(Graphics g, Rectangle bounds, ScrollBarState state) { 89public static void DrawHorizontalThumbGrip(Graphics g, Rectangle bounds, ScrollBarState state) { 102public static void DrawVerticalThumbGrip(Graphics g, Rectangle bounds, ScrollBarState state) { 115public static void DrawRightHorizontalTrack(Graphics g, Rectangle bounds, ScrollBarState state) { 128public static void DrawLeftHorizontalTrack(Graphics g, Rectangle bounds, ScrollBarState state) { 141public static void DrawUpperVerticalTrack(Graphics g, Rectangle bounds, ScrollBarState state) { 154public static void DrawLowerVerticalTrack(Graphics g, Rectangle bounds, ScrollBarState state) { 180public static Size GetThumbGripSize(Graphics g, ScrollBarState state) { 193public static Size GetSizeBoxSize(Graphics g, ScrollBarState state) {