5 references to UnknownElement
PresentationBuildTasks (5)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlMapTable.cs (2)
314
if (tcId == KnownElements.
UnknownElement
)
338
if (converterId == KnownElements.
UnknownElement
)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\KnownTypes.cs (2)
3690
KnownElements converterId = KnownElements.
UnknownElement
;
3818
KnownElements converterId = KnownElements.
UnknownElement
;
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\MarkupExtensionParser.cs (1)
244
if (knownExtensionTypeId != KnownElements.
UnknownElement
)