9 references to DoVerb
System.Windows.Forms (5)
System\Windows\Forms\ActiveX\AxHost.cs (5)
1430
DoVerb
((int)OLEIVERB.OLEIVERB_SHOW);
1455
DoVerb
((int)OLEIVERB.OLEIVERB_INPLACEACTIVATE);
1487
DoVerb
((int)OLEIVERB.OLEIVERB_UIACTIVATE);
1602
DoVerb
((int)OLEIVERB.OLEIVERB_SHOW);
1624
DoVerb
((int)OLEIVERB.OLEIVERB_HIDE);
System.Windows.Forms.Tests (4)
System\Windows\Forms\AxHostTests.cs (4)
1296
control.
DoVerb
(verb);
1312
control.
DoVerb
(verb);
1326
control.
DoVerb
(verb);
1335
Assert.Throws<NullReferenceException>(() => control.
DoVerb
(verb));