1 implementation of ICustomProperty
mscorlib (1)
system\runtime\interopservices\windowsruntime\custompropertyimpl.cs (1)
24internal sealed class CustomPropertyImpl : ICustomProperty
11 references to ICustomProperty
mscorlib (11)
system\runtime\interopservices\windowsruntime\clrireferenceimpl.cs (4)
47ICustomProperty ICustomPropertyProvider.GetCustomProperty(string name) 54ICustomProperty ICustomPropertyProvider.GetIndexedProperty(string name, Type indexParameterType) 131ICustomProperty ICustomPropertyProvider.GetCustomProperty(string name) 138ICustomProperty ICustomPropertyProvider.GetIndexedProperty(string name, Type indexParameterType)
system\runtime\interopservices\windowsruntime\icustompropertyprovider.cs (7)
27ICustomProperty GetCustomProperty(string name); 30ICustomProperty GetIndexedProperty(string name, Type indexParameterType); 51static internal ICustomProperty CreateProperty(object target, string propertyName) 72static internal unsafe ICustomProperty CreateIndexedProperty(object target, string propertyName, TypeNameNative *pIndexedParamType) 83static internal ICustomProperty CreateIndexedProperty(object target, string propertyName, Type indexedParamType) 204ICustomProperty ICustomPropertyProvider.GetCustomProperty(string name) 209ICustomProperty ICustomPropertyProvider.GetIndexedProperty(string name, Type indexParameterType)