1 instantiation of tagQACONTROL
System.Windows.Forms (1)
winforms\Managed\System\WinForms\AxHost.cs (1)
4432UnsafeNativeMethods.tagQACONTROL qaControl = new UnsafeNativeMethods.tagQACONTROL();
6 references to tagQACONTROL
System.Windows.Forms (6)
winforms\Managed\System\WinForms\AxHost.cs (1)
4432UnsafeNativeMethods.tagQACONTROL qaControl = new UnsafeNativeMethods.tagQACONTROL();
winforms\Managed\System\WinForms\Control.cs (3)
15905void UnsafeNativeMethods.IQuickActivate.QuickActivate(UnsafeNativeMethods.tagQACONTAINER pQaContainer, UnsafeNativeMethods.tagQACONTROL pQaControl) { 17614internal void QuickActivate(UnsafeNativeMethods.tagQACONTAINER pQaContainer, UnsafeNativeMethods.tagQACONTROL pQaControl) { 17656pQaControl.cbSize = UnsafeNativeMethods.SizeOf(typeof(UnsafeNativeMethods.tagQACONTROL));
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (2)
6173UnsafeNativeMethods.tagQACONTROL pQaControl); 7385public int cbSize = Marshal.SizeOf(typeof(tagQACONTROL));