14 references to _messgageBoxProxy
WinFormsControlsTest (14)
MessageBoxes.cs (14)
26
if ((
_messgageBoxProxy
.Options & (MessageBoxOptions.ServiceNotification | MessageBoxOptions.DefaultDesktopOnly)) == 0)
28
MessageBox.Show(this,
_messgageBoxProxy
.Text,
_messgageBoxProxy
.Caption,
29
_messgageBoxProxy
.Buttons,
_messgageBoxProxy
.Icon,
30
_messgageBoxProxy
.DefaultButton,
_messgageBoxProxy
.Options,
35
MessageBox.Show(
_messgageBoxProxy
.Text,
_messgageBoxProxy
.Caption,
36
_messgageBoxProxy
.Buttons,
_messgageBoxProxy
.Icon,
37
_messgageBoxProxy
.DefaultButton,
_messgageBoxProxy
.Options);
45
propertyGrid1.SelectedObject =
_messgageBoxProxy
;