Implemented interface member:
8 references to Dispose
PresentationFramework (8)
MS\Internal\WindowsRuntime\Generated\WinRT\ComWrappersSupport.cs (1)
89
agileRef.
Dispose
();
MS\Internal\WindowsRuntime\Generated\WinRT\ComWrappersSupport.net5.cs (1)
131
objRef.
Dispose
();
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (2)
769
objRef?.
Dispose
();
776
ObjectReference<WinRT.Interop.IUnknownVftbl>.Attach(ref ptr).
Dispose
();
MS\Internal\WindowsRuntime\Generated\WinRT\Projections.cs (1)
219
inspectablePtr.
Dispose
();
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (2)
49
public static void DisposeMarshaler(IObjectReference objRef) => objRef?.
Dispose
();
208
public static void DisposeMarshaler(IObjectReference objRef) => objRef?.
Dispose
();
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (1)
44
public static void DisposeMarshaler(IObjectReference objRef) => objRef?.
Dispose
();