2 implementations of IQuickActivate
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (1)
81
UnsafeNativeMethods.
IQuickActivate
,
winforms\Managed\System\WinForms\Control.Ime.cs (1)
59
UnsafeNativeMethods.
IQuickActivate
,
6 references to IQuickActivate
System.Windows.Forms (6)
winforms\Managed\System\WinForms\AxHost.cs (3)
4428
if (!(instance is UnsafeNativeMethods.
IQuickActivate
)) return false;
4429
UnsafeNativeMethods.
IQuickActivate
iqa = (UnsafeNativeMethods.
IQuickActivate
) instance;
winforms\Managed\System\WinForms\Control.cs (3)
15905
void UnsafeNativeMethods.
IQuickActivate
.QuickActivate(UnsafeNativeMethods.tagQACONTAINER pQaContainer, UnsafeNativeMethods.tagQACONTROL pQaControl) {
15916
void UnsafeNativeMethods.
IQuickActivate
.SetContentExtent(NativeMethods.tagSIZEL pSizel) {
15927
void UnsafeNativeMethods.
IQuickActivate
.GetContentExtent(NativeMethods.tagSIZEL pSizel) {