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