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