1 write to _contextCallbackPtr
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\ObjectReference.cs (1)
228
_contextCallbackPtr
= contextCallbackPtr;
2 references to _contextCallbackPtr
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\ObjectReference.cs (2)
234
IntPtr contextCallbackPtr =
_contextCallbackPtr
;
252
using (var contextCallbackReference = ObjectReference<ABI.WinRT.Interop.IContextCallback.Vftbl>.FromAbi(
_contextCallbackPtr
))