3 references to Dispose
PresentationFramework (3)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (3)
56Func<bool> dispose = () => { m.Dispose(); return false; }; 78public static void DisposeMarshaler(MarshalString m) => m?.Dispose(); 127marshaler?.Dispose();