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