2 implementations of FSetTrackingComponent
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (1)
1861bool UnsafeNativeMethods.IMsoComponentManager.FSetTrackingComponent(IntPtr dwComponentID, bool fTrack) {
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
524bool UnsafeNativeMethods.IMsoComponentManager.FSetTrackingComponent(IntPtr dwComponentID, bool fTrack) {
2 references to FSetTrackingComponent
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (1)
3032cm.FSetTrackingComponent((IntPtr)componentID, track);
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
536if (!_original.FSetTrackingComponent(_componentId, fTrack)) {