1 reference to IContextCallback
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Interop\IContextCallback.cs (1)
59public static implicit operator IContextCallback(IObjectReference obj) => (obj != null) ? new IContextCallback(obj) : null;