4 references to IInspectable
PresentationFramework (4)
MS\Internal\WindowsRuntime\Generated\WinRT\ComWrappersSupport.net5.cs (1)
109IInspectable inspectable = new IInspectable(inspectableRef);
MS\Internal\WindowsRuntime\Generated\WinRT\IInspectable.cs (3)
88new IInspectable(ObjectReference<Vftbl>.FromAbi(thisPtr)); 93public static implicit operator IInspectable(ObjectReference<Vftbl> obj) => new IInspectable(obj); 96public IInspectable(IObjectReference obj) : this(obj.As<Vftbl>()) { }