5 references to Inspectable
mscorlib (5)
system\runtime\interopservices\windowsruntime\clripropertyvalueimpl.cs (3)
158if (this.Type != PropertyType.Inspectable) 413if (!IsCoercable(type, value) && type != PropertyType.Inspectable) { 449if (type == PropertyType.Inspectable && ipv != null) {
system\runtime\interopservices\windowsruntime\clrireferenceimpl.cs (1)
332return new CLRIReferenceImpl<Object>(PropertyType.Inspectable, (Object)obj);
system\runtime\interopservices\windowsruntime\propertyvalue.cs (1)
60InspectableArray = Inspectable + 1024,