2 instantiations of PropertyKey
WindowsBase (2)
Base\MS\Internal\ComponentModel\DependencyObjectProvider.cs (2)
219PropertyKey key = new PropertyKey(targetType, dp); 241PropertyKey key = new PropertyKey(targetType, dp);
13 references to PropertyKey
WindowsBase (13)
Base\MS\Internal\ComponentModel\DependencyObjectProvider.cs (6)
219PropertyKey key = new PropertyKey(targetType, dp); 241PropertyKey key = new PropertyKey(targetType, dp); 268private static Dictionary<PropertyKey, DependencyObjectPropertyDescriptor> _propertyMap = new Dictionary<PropertyKey, DependencyObjectPropertyDescriptor>(); 271private static Dictionary<PropertyKey, DependencyPropertyKind> _propertyKindMap = new Dictionary<PropertyKey, DependencyPropertyKind>();
Base\MS\Internal\ComponentModel\PropertyKey.cs (7)
11internal struct PropertyKey : IEquatable<PropertyKey> 27return Equals((PropertyKey)obj); 30public bool Equals(PropertyKey key) 35public static bool operator ==(PropertyKey key1, PropertyKey key2) 40public static bool operator !=(PropertyKey key1, PropertyKey key2)