17 references to Release
System.Private.Windows.Core (8)
Windows\Win32\System\Com\AgileComPointer.cs (2)
49/// <see cref="IUnknown.Release"/> after the GIT adds a ref to the interface. 88uint count = ((IUnknown*)@interface)->Release();
Windows\Win32\System\Com\ComHelpers.cs (2)
128ccw->Release(); 230uint count = unknown->Release();
Windows\Win32\System\Com\ComScope.cs (3)
11/// to ensure <see cref="IUnknown.Release"/> is called when going out of scope with the using. 118unknown->Release(); 135unknown->Release();
Windows\Win32\System\Com\STGMEDIUM.cs (1)
41pUnkForRelease->Release();
System.Windows.Forms.Primitives (8)
Microsoft\Office\IMsoComponent.cs (1)
138/// <inheritdoc cref="IUnknown.Release"/>
Microsoft\Office\IMsoComponentManager.cs (1)
50/// <inheritdoc cref="IUnknown.Release"/>
Microsoft\VisualStudio\Shell\ICategorizeProperties.cs (1)
48/// <inheritdoc cref="IUnknown.Release"/>
Microsoft\VisualStudio\Shell\IProvidePropertyBuilder.cs (1)
48/// <inheritdoc cref="IUnknown.Release"/>
Microsoft\VisualStudio\Shell\IVSMDPerPropertyBrowsing.cs (1)
49/// <inheritdoc cref="IUnknown.Release"/>
Microsoft\VisualStudio\Shell\IVsPerPropertyBrowsing.cs (1)
48/// <inheritdoc cref="IUnknown.Release"/>
System\DisposeHelper.cs (1)
34localComPointer->Release();
System\Windows\Forms\IExtender.cs (1)
45/// <inheritdoc cref="IUnknown.Release()"/>
System.Windows.Forms.Tests (1)
System\Windows\Forms\AxHostTests.cs (1)
3087(ocx.Value->Release() - 1).Should().Be(0);