1 write to AttachedType
WindowsBase (1)
Base\MS\Internal\ComponentModel\PropertyKey.cs (1)
16
AttachedType
= attachedType;
7 references to AttachedType
WindowsBase (7)
Base\MS\Internal\ComponentModel\PropertyKey.cs (7)
17
_hashCode =
AttachedType
.GetHashCode() ^ DependencyProperty.GetHashCode();
32
return (key.
AttachedType
==
AttachedType
&& key.DependencyProperty == DependencyProperty);
37
return (key1.
AttachedType
== key2.
AttachedType
&& key1.DependencyProperty == key2.DependencyProperty);
42
return (key1.
AttachedType
!= key2.
AttachedType
|| key1.DependencyProperty != key2.DependencyProperty);