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