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