7 writes to FromAbi
PresentationFramework (7)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (7)
994
FromAbi
= (object value) => (T)(object)MarshalString.FromAbi((IntPtr)value);
1012
FromAbi
= MarshalGeneric<T>.FromAbi;
1035
FromAbi
= (object value) => (T)value;
1052
FromAbi
= MarshalNonBlittable<T>.FromAbi;
1071
FromAbi
= (object value) => (T)(object)MarshalInterface<T>.FromAbi((IntPtr)value);
1081
FromAbi
= (object box) => (T)MarshalInspectable.FromAbi((IntPtr)box);
1092
FromAbi
= MarshalGeneric<T>.FromAbi;
5 references to FromAbi
PresentationFramework (5)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (2)
497
array[i] = Marshaler<T>.
FromAbi
(abi_element);
515
array[i] = Marshaler<T>.
FromAbi
(abi_element);
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (1)
609
return Marshaler<T>.
FromAbi
(__params[1]);
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (2)
285
____return_value__ = FindAdapter(new IntPtr(thisPtr)).IndexOf(Marshaler<T>.
FromAbi
(value), out __index);
371
return Marshaler<T>.
FromAbi
(__params[2]);