19 references to GetRef
PresentationFramework (19)
MS\Internal\WindowsRuntime\Generated\Windows.Data.Text.cs (7)
83
ppv = objRef.
GetRef
();
301
ppv = objRef.
GetRef
();
408
ppv = objRef.
GetRef
();
426
public static IntPtr FromManaged(global::MS.Internal.WindowsRuntime.Windows.Data.Text.AlternateWordForm obj) => obj is null ? IntPtr.Zero : CreateMarshaler(obj).
GetRef
();
1550
public static IntPtr FromManaged(global::MS.Internal.WindowsRuntime.Windows.Data.Text.WordSegment obj) => obj is null ? IntPtr.Zero : CreateMarshaler(obj).
GetRef
();
1626
public static IntPtr FromManaged(global::MS.Internal.WindowsRuntime.Windows.Data.Text.WordSegmentsTokenizingHandler managedDelegate) => CreateMarshaler(managedDelegate)?.
GetRef
() ?? IntPtr.Zero;
1659
public static IntPtr FromManaged(global::MS.Internal.WindowsRuntime.Windows.Data.Text.WordsSegmenter obj) => obj is null ? IntPtr.Zero : CreateMarshaler(obj).
GetRef
();
MS\Internal\WindowsRuntime\Generated\Windows.Globalization.cs (2)
188
ppv = objRef.
GetRef
();
839
public static IntPtr FromManaged(global::MS.Internal.WindowsRuntime.Windows.Globalization.Language obj) => obj is null ? IntPtr.Zero : CreateMarshaler(obj).
GetRef
();
MS\Internal\WindowsRuntime\Generated\WinRT\ComWrappersSupport.cs (1)
95
unknownRef.
GetRef
(),
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (5)
850
return CreateMarshaler(value).
GetRef
();
856
(value is null) ? IntPtr.Zero : CreateMarshaler(value).
GetRef
();
956
return objRef?.
GetRef
() ?? IntPtr.Zero;
962
*(IntPtr*)dest.ToPointer() = objRef?.
GetRef
() ?? IntPtr.Zero;
1075
FromManaged = (T value) => ((IObjectReference)CreateMarshaler(value)).
GetRef
();
MS\Internal\WindowsRuntime\Generated\WinRT\ObjectReference.cs (1)
254
objRef = new ObjectReferenceWithContext<U>(thatPtr, contextCallbackReference.
GetRef
());
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (2)
47
(value is null) ? IntPtr.Zero : CreateMarshaler(value).
GetRef
();
206
(value is null) ? IntPtr.Zero : CreateMarshaler(value).
GetRef
();
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (1)
42
(value is null) ? IntPtr.Zero : CreateMarshaler(value).
GetRef
();