2 references to FromManaged
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (1)
873
public static unsafe (int length, IntPtr data) FromManagedArray(T[] array) => MarshalInterfaceHelper<T>.FromManagedArray(array, (o) =>
FromManaged
(o));
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (1)
136
__return_value__ = MarshalInterface<global::System.Collections.Generic.IEnumerator<T>>.
FromManaged
(__this.GetEnumerator());