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)
198
xamlType = new
WpfXamlType
(type, this, true, true);
System\Windows\Markup\Baml2006\WpfSharedXamlSchemaContext.cs (1)
33
xType = new
WpfXamlType
(type, this, false /* isBamlType */, _useV3Rules);