2 implementations of FSetTrackingComponent
System.Windows.Forms (1)
System\Windows\Forms\Application.ComponentManager.cs (1)
138BOOL IMsoComponentManager.Interface.FSetTrackingComponent(nuint dwComponentID, BOOL fTrack)
System.Windows.Forms.Primitives (1)
Microsoft\Office\IMsoComponentManager.NativeAdapter.cs (1)
58BOOL Interface.FSetTrackingComponent(nuint dwComponentID, BOOL fTrack)
2 references to FSetTrackingComponent
System.Windows.Forms (1)
System\Windows\Forms\Application.ComponentThreadContext.cs (1)
220manager.FSetTrackingComponent(_componentID, track);
System.Windows.Forms.Primitives (1)
Microsoft\Office\IMsoComponentManager.cs (1)
105/// <inheritdoc cref="Interface.FSetTrackingComponent(nuint, BOOL)"/>