1 instantiation of tagQACONTAINER
System.Windows.Forms (1)
winforms\Managed\System\WinForms\AxHost.cs (1)
4431UnsafeNativeMethods.tagQACONTAINER qaContainer = new UnsafeNativeMethods.tagQACONTAINER();
5 references to tagQACONTAINER
System.Windows.Forms (5)
winforms\Managed\System\WinForms\AxHost.cs (1)
4431UnsafeNativeMethods.tagQACONTAINER qaContainer = new UnsafeNativeMethods.tagQACONTAINER();
winforms\Managed\System\WinForms\Control.cs (2)
15905void UnsafeNativeMethods.IQuickActivate.QuickActivate(UnsafeNativeMethods.tagQACONTAINER pQaContainer, UnsafeNativeMethods.tagQACONTROL pQaControl) { 17614internal void QuickActivate(UnsafeNativeMethods.tagQACONTAINER pQaContainer, UnsafeNativeMethods.tagQACONTROL pQaControl) {
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (2)
6171UnsafeNativeMethods.tagQACONTAINER pQaContainer, 7333public int cbSize = Marshal.SizeOf(typeof(tagQACONTAINER));