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