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)
1298
control.
DoVerb
(verb);
1314
control.
DoVerb
(verb);
1328
control.
DoVerb
(verb);
1337
Assert.Throws<NullReferenceException>(() => control.
DoVerb
(verb));