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