2 references to FromManaged
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (2)
979
public static unsafe (int length, IntPtr data) FromManagedArray(object[] array) => MarshalInterfaceHelper<object>.FromManagedArray(array, (o) =>
FromManaged
(o));
1093
FromManaged = (T value) => MarshalInspectable.
FromManaged
(value);