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