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