7 references to Warning
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CommandsPane.cs (1)
131MessageBoxIcon.Warning,
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (1)
695MessageBoxIcon.Warning);
System\Windows\Forms\Dialogs\CommonDialogs\SaveFileDialog.cs (2)
92MessageBoxIcon.Warning); 104MessageBoxIcon.Warning);
WinFormsControlsTest (3)
Calendar.cs (2)
38MessageBox.Show("MinDate should be less then MaxDate", "Error", MessageBoxButtons.OK, MessageBoxIcon.Warning); 49MessageBox.Show("MaxDate should be grater then MinDate", "Error", MessageBoxButtons.OK, MessageBoxIcon.Warning);
TaskDialogSamples.cs (1)
62icon: MessageBoxIcon.Warning,