2 references to ContentPropertyAttribute
PresentationBuildTasks (2)
Framework\System\Windows\Markup\KnownTypes.cs (1)
5475case KnownElements.ContentPropertyAttribute: t = _asmBase.GetType("System.Windows.Markup.ContentPropertyAttribute"); break;
Framework\System\Windows\Markup\XamlReaderHelper.cs (1)
1924Type attrType = KnownTypes.Types[(int)KnownElements.ContentPropertyAttribute];