10 references to TrackBarThumbState
System.Windows.Forms (10)
winforms\Managed\System\WinForms\TrackBarRenderer.cs (10)
77
public static void DrawHorizontalThumb(Graphics g, Rectangle bounds,
TrackBarThumbState
state) {
90
public static void DrawVerticalThumb(Graphics g, Rectangle bounds,
TrackBarThumbState
state) {
103
public static void DrawLeftPointingThumb(Graphics g, Rectangle bounds,
TrackBarThumbState
state) {
116
public static void DrawRightPointingThumb(Graphics g, Rectangle bounds,
TrackBarThumbState
state) {
129
public static void DrawTopPointingThumb(Graphics g, Rectangle bounds,
TrackBarThumbState
state) {
142
public static void DrawBottomPointingThumb(Graphics g, Rectangle bounds,
TrackBarThumbState
state) {
217
public static Size GetLeftPointingThumbSize(Graphics g,
TrackBarThumbState
state) {
230
public static Size GetRightPointingThumbSize(Graphics g,
TrackBarThumbState
state) {
243
public static Size GetTopPointingThumbSize(Graphics g,
TrackBarThumbState
state) {
256
public static Size GetBottomPointingThumbSize(Graphics g,
TrackBarThumbState
state) {