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