2 references to ContentWrapperAttribute
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\KnownTypes.cs (1)
5480
case KnownElements.
ContentWrapperAttribute
: t = _asmBase.GetType("System.Windows.Markup.ContentWrapperAttribute"); break;
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (1)
4935
if( attributes[i].Constructor.ReflectedType == KnownTypes.Types[(int)KnownElements.
ContentWrapperAttribute
] )