2 references to ContentWrapperAttribute
PresentationBuildTasks (2)
Framework\System\Windows\Markup\KnownTypes.cs (1)
5477case KnownElements.ContentWrapperAttribute: t = _asmBase.GetType("System.Windows.Markup.ContentWrapperAttribute"); break;
Framework\System\Windows\Markup\XamlReaderHelper.cs (1)
4898if( attributes[i].Constructor.ReflectedType == KnownTypes.Types[(int)KnownElements.ContentWrapperAttribute] )