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