2 interfaces inheriting from IPropertyValue
mscorlib (2)
system\runtime\interopservices\windowsruntime\ireference.cs (2)
20
internal interface IReference<T> :
IPropertyValue
29
internal interface IReferenceArray<T> :
IPropertyValue
1 implementation of IPropertyValue
mscorlib (1)
system\runtime\interopservices\windowsruntime\clripropertyvalueimpl.cs (1)
18
internal class CLRIPropertyValueImpl :
IPropertyValue
2 references to IPropertyValue
mscorlib (2)
system\runtime\interopservices\windowsruntime\clripropertyvalueimpl.cs (2)
448
IPropertyValue
ipv = value as
IPropertyValue
;