3 references to WpfXamlType
PresentationFramework (3)
System\Windows\Markup\Baml2006\WpfKnownType.cs (1)
81: base(underlyingType, schema, isBamlType, useV3Rules)
System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (1)
203xamlType = new WpfXamlType(type, this, true, true);
System\Windows\Markup\Baml2006\WpfSharedXamlSchemaContext.cs (1)
36xType = new WpfXamlType(type, this, false /* isBamlType */, _useV3Rules);