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