2 implementations of FUpdateComponentRegistration
System.Windows.Forms (1)
System\Windows\Forms\Application.ComponentManager.cs (1)
112BOOL IMsoComponentManager.Interface.FUpdateComponentRegistration(
System.Windows.Forms.Primitives (1)
Microsoft\Office\IMsoComponentManager.NativeAdapter.cs (1)
46BOOL 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)
114Assert.False(manager.FUpdateComponentRegistration(id, null)); 127Assert.False(manager.FUpdateComponentRegistration(id, &info)); 129Assert.True(manager.FUpdateComponentRegistration(id, &info));