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