7 writes to FromAbi
PresentationFramework (7)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (7)
1005
FromAbi
= (object value) => (T)(object)MarshalString.FromAbi((IntPtr)value);
1023
FromAbi
= MarshalGeneric<T>.FromAbi;
1046
FromAbi
= (object value) => (T)value;
1063
FromAbi
= MarshalNonBlittable<T>.FromAbi;
1082
FromAbi
= (object value) => (T)(object)MarshalInterface<T>.FromAbi((IntPtr)value);
1092
FromAbi
= (object box) => (T)MarshalInspectable.FromAbi((IntPtr)box);
1103
FromAbi
= MarshalGeneric<T>.FromAbi;
5 references to FromAbi
PresentationFramework (5)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (2)
508
array[i] = Marshaler<T>.
FromAbi
(abi_element);
526
array[i] = Marshaler<T>.
FromAbi
(abi_element);
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (1)
615
return Marshaler<T>.
FromAbi
(__params[1]);
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (2)
291
____return_value__ = FindAdapter(new IntPtr(thisPtr)).IndexOf(Marshaler<T>.
FromAbi
(value), out __index);
377
return Marshaler<T>.
FromAbi
(__params[2]);