7 writes to FromAbi
PresentationFramework (7)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (7)
1005FromAbi = (object value) => (T)(object)MarshalString.FromAbi((IntPtr)value); 1023FromAbi = MarshalGeneric<T>.FromAbi; 1046FromAbi = (object value) => (T)value; 1063FromAbi = MarshalNonBlittable<T>.FromAbi; 1082FromAbi = (object value) => (T)(object)MarshalInterface<T>.FromAbi((IntPtr)value); 1092FromAbi = (object box) => (T)MarshalInspectable.FromAbi((IntPtr)box); 1103FromAbi = MarshalGeneric<T>.FromAbi;
5 references to FromAbi
PresentationFramework (5)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (2)
508array[i] = Marshaler<T>.FromAbi(abi_element); 526array[i] = Marshaler<T>.FromAbi(abi_element);
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (1)
615return 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); 377return Marshaler<T>.FromAbi(__params[2]);