5 references to Marquee
System.Windows.Forms (3)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogProgressBar.cs (2)
308state is TaskDialogProgressBarState.Marquee or 369_state == TaskDialogProgressBarState.Marquee,
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogProgressBarState.cs (1)
36/// If you switch from <see cref="Marquee"/> to <see cref="MarqueePaused"/> while the
WinFormsControlsTest (2)
TaskDialogSamples.cs (2)
297State = TaskDialogProgressBarState.Marquee 376if (progressBar.State == TaskDialogProgressBarState.Marquee)