2 references to IsAccelerator
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.cs (1)
1771
if (PInvoke.
IsAccelerator
(new HandleRef<HACCEL>(this, ctlInfo.hAccel), ctlInfo.cAccel, &msg, lpwCmd: null))
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
342
if (!PInvoke.
IsAccelerator
(new HandleRef<HACCEL>(this, controlInfo.hAccel), controlInfo.cAccel, &msg, lpwCmd: null))