5 references to DependencyProperty
PresentationFramework (5)
src\Framework\System\Windows\Markup\BamlMapTable.cs (1)
1623else if (type == KnownTypes.Types[(int)KnownElements.DependencyProperty])
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
4953|| (KnownTypes.Types[(int)KnownElements.DependencyProperty].IsAssignableFrom(propertyMember.GetType())), 4996KnownTypes.Types[(int)KnownElements.DependencyProperty].IsAssignableFrom(PropertyMember.GetType( )) )
src\Framework\System\Windows\Markup\KnownTypes.cs (2)
3782case KnownElements.DependencyProperty: converterId = KnownElements.DependencyPropertyConverter; break; 5680case KnownElements.DependencyProperty: t = typeof(System.Windows.DependencyProperty); break;