5 references to DependencyProperty
PresentationBuildTasks (5)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlMapTable.cs (1)
1601
else 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())),
4738
KnownTypes.Types[(int)KnownElements.
DependencyProperty
].IsAssignableFrom(PropertyMember.GetType( )) )
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\KnownTypes.cs (2)
3785
case KnownElements.
DependencyProperty
: converterId = KnownElements.DependencyPropertyConverter; break;
5436
case KnownElements.
DependencyProperty
: t = _asmBase.GetType("System.Windows.DependencyProperty"); break;