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