5 references to DependencyProperty
PresentationFramework (5)
System\Windows\Markup\BamlMapTable.cs (1)
1601
else if (type == KnownTypes.Types[(int)KnownElements.
DependencyProperty
])
System\Windows\Markup\BamlRecords.cs (2)
4696
|| (KnownTypes.Types[(int)KnownElements.
DependencyProperty
].IsAssignableFrom(propertyMember.GetType())),
4738
KnownTypes.Types[(int)KnownElements.
DependencyProperty
].IsAssignableFrom(PropertyMember.GetType( )) )
System\Windows\Markup\KnownTypes.cs (2)
3785
case KnownElements.
DependencyProperty
: converterId = KnownElements.DependencyPropertyConverter; break;
5683
case KnownElements.
DependencyProperty
: t = typeof(System.Windows.DependencyProperty); break;