2 references to CreateKnownBamlType
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (1)
226xamlType = CreateKnownBamlType(type.Name, true, true);
src\Framework\System\Windows\Markup\Baml2006\WpfSharedXamlSchemaContext.cs (1)
37xType = CreateKnownBamlType(type.Name, false, _useV3Rules);