2 implementations of FUpdateComponentRegistration
System.Windows.Forms (1)
System\Windows\Forms\Application.ComponentManager.cs (1)
112
BOOL IMsoComponentManager.Interface.
FUpdateComponentRegistration
(
System.Windows.Forms.Primitives (1)
Microsoft\Office\IMsoComponentManager.NativeAdapter.cs (1)
46
BOOL Interface.
FUpdateComponentRegistration
(nuint dwComponentID, MSOCRINFO* pcrinfo)
4 references to FUpdateComponentRegistration
System.Windows.Forms.Primitives (1)
Microsoft\Office\IMsoComponentManager.cs (1)
89
/// <inheritdoc cref="Interface.
FUpdateComponentRegistration
(nuint, MSOCRINFO*)"/>
System.Windows.Forms.Tests (3)
System\Windows\Forms\Application.ComponentManagerTests.cs (3)
114
Assert.False(manager.
FUpdateComponentRegistration
(id, null));
127
Assert.False(manager.
FUpdateComponentRegistration
(id, &info));
129
Assert.True(manager.
FUpdateComponentRegistration
(id, &info));