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