2 implementations of Commit
System.Private.Windows.Core (1)
Windows\Win32\System\Com\ComManagedStream.cs (1)
60HRESULT IStream.Interface.Commit(uint grfCommitFlags)
System.Windows.Forms.Primitives.Tests (1)
Windows\Win32\GlobalInterfaceTableTests.cs (1)
44public HRESULT Commit(uint grfCommitFlags) => throw new NotImplementedException();
1 reference to Commit
System.Private.Windows.Core (1)
Windows.Win32.IStream.g.cs (1)
227 return __object.Commit(grfCommitFlags);