2 references to ContentPropertyAttribute
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\KnownTypes.cs (1)
5478
case KnownElements.
ContentPropertyAttribute
: t = _asmBase.GetType("System.Windows.Markup.ContentPropertyAttribute"); break;
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (1)
1900
Type attrType = KnownTypes.Types[(int)KnownElements.
ContentPropertyAttribute
];