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