12 references to TypeExtension
PresentationBuildTasks (12)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\AttributeData.cs (1)
85
return ExtensionTypeId == (short)KnownElements.
TypeExtension
;
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlRecordWriter.cs (3)
349
KnownTypes.Types[(int)KnownElements.
TypeExtension
].IsAssignableFrom(xamlElementNode.ElementType))
789
!KnownTypes.Types[(int)KnownElements.
TypeExtension
].IsAssignableFrom(xamlKeyElementNode.ElementType) &&
1064
Debug.Assert(extensionTypeId != (short)KnownElements.
TypeExtension
);
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\KnownTypes.cs (1)
5456
case KnownElements.
TypeExtension
: t = _asmFramework.GetType("System.Windows.Markup.TypeExtension"); break;
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\MarkupExtensionParser.cs (5)
150
if (KnownTypes.Types[(int)KnownElements.
TypeExtension
] == extensionType)
153
return KnownElements.
TypeExtension
;
193
if (KnownTypes.Types[(int)KnownElements.
TypeExtension
] == extensionType)
508
if (KnownTypes.Types[(int)KnownElements.
TypeExtension
] == targetType)
513
extensionId = (short)KnownElements.
TypeExtension
;
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (2)
782
if (extensionTypeId == (short)KnownElements.
TypeExtension
)
3304
(short)KnownElements.
TypeExtension
,