22 references to GetXamlType
PresentationFramework (22)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (17)
837
XamlType type = BamlSchemaContext.
GetXamlType
(_binaryReader.ReadInt16());
904
XamlType xamlType = BamlSchemaContext.
GetXamlType
(keyId);
1113
_xamlNodesWriter.WriteValue(BamlSchemaContext.
GetXamlType
(typeId).UnderlyingType);
1119
_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.
GetXamlType
(typeId)));
1153
type = BamlSchemaContext.
GetXamlType
(typeId);
1325
XamlType type = _context.SchemaContext.
GetXamlType
(typeId);
1563
Type type = BamlSchemaContext.
GetXamlType
(_binaryReader.ReadInt16()).UnderlyingType;
1655
XamlType extensionType = BamlSchemaContext.
GetXamlType
((short)(-extensionTypeId));
1696
param = BamlSchemaContext.
GetXamlType
(valueId).UnderlyingType;
1712
param = BamlSchemaContext.
GetXamlType
(valueId).UnderlyingType;
1807
typeExtensionType = BamlSchemaContext.
GetXamlType
(valueId).UnderlyingType;
1814
_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.
GetXamlType
(valueId)));
1843
value = BamlSchemaContext.
GetXamlType
(valueId).UnderlyingType;
1871
XamlType type = BamlSchemaContext.
GetXamlType
(_binaryReader.ReadInt16());
1958
XamlType xamlType = BamlSchemaContext.
GetXamlType
(optimizedResource.KeyId);
1965
_xamlNodesWriter.WriteValue(Logic_GetFullyQualifiedNameForType(BamlSchemaContext.
GetXamlType
(optimizedResource.KeyId)));
2629
XamlType declaringType = BamlSchemaContext.
GetXamlType
(reader.ReadInt16());
src\Framework\System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (4)
210
XamlType declaringType =
GetXamlType
(bamlProperty.DeclaringTypeId);
264
declaringType =
GetXamlType
(bamlProperty.DeclaringTypeId);
295
return
GetXamlType
(bamlProperty.DeclaringTypeId);
658
xamlMember =
GetXamlType
(typeId).GetMember(propertyName);
src\Framework\System\Windows\Markup\DependencyPropertyConverter.cs (1)
144
type = schemaContext.
GetXamlType
(reader.ReadInt16()).UnderlyingType;