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