9 references to Logic_GetFullyQualifiedNameForType
PresentationFramework (9)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (9)
1096
_xamlNodesWriter.WriteValue(
Logic_GetFullyQualifiedNameForType
(BamlSchemaContext.GetXamlType(typeId)));
1224
_xamlNodesWriter.WriteValue(
Logic_GetFullyQualifiedNameForType
(SchemaContext.GetXamlType(record.KeyType)));
1260
_xamlNodesWriter.WriteValue(
Logic_GetFullyQualifiedNameForType
(SchemaContext.GetXamlType(keyRecord.KeyType)));
1800
_xamlNodesWriter.WriteValue(
Logic_GetFullyQualifiedNameForType
(BamlSchemaContext.GetXamlType(valueId)));
1870
_xamlNodesWriter.WriteValue(
Logic_GetFullyQualifiedNameForType
(type));
1949
_xamlNodesWriter.WriteValue(
Logic_GetFullyQualifiedNameForType
(BamlSchemaContext.GetXamlType(optimizedResource.KeyId)));
2029
$"{
Logic_GetFullyQualifiedNameForType
(BamlSchemaContext.GetPropertyDeclaringType(propertyId))}.{BamlSchemaContext.GetPropertyName(propertyId, false)}";
2600
return $"{
Logic_GetFullyQualifiedNameForType
(declaringType)}.{propertyName}";
2645
currentText = $"{
Logic_GetFullyQualifiedNameForType
(type)}.";