9 references to DoVerb
System.Windows.Forms (5)
System\Windows\Forms\ActiveX\AxHost.cs (5)
1431
DoVerb
((int)OLEIVERB.OLEIVERB_SHOW);
1456
DoVerb
((int)OLEIVERB.OLEIVERB_INPLACEACTIVATE);
1488
DoVerb
((int)OLEIVERB.OLEIVERB_UIACTIVATE);
1603
DoVerb
((int)OLEIVERB.OLEIVERB_SHOW);
1625
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));