2 implementations of FGetParentComponentManager
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (1)
2250bool UnsafeNativeMethods.IMsoComponentManager.FGetParentComponentManager(out UnsafeNativeMethods.IMsoComponentManager ppicm) {
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
598bool UnsafeNativeMethods.IMsoComponentManager.FGetParentComponentManager(out UnsafeNativeMethods.IMsoComponentManager ppicm) {
1 reference to FGetParentComponentManager
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
600return _original.FGetParentComponentManager(out ppicm);