9 references to Logic_GetFullyQualifiedNameForType
PresentationFramework (9)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (9)
1097
_xamlNodesWriter.WriteValue(
Logic_GetFullyQualifiedNameForType
(BamlSchemaContext.GetXamlType(typeId)));
1225
_xamlNodesWriter.WriteValue(
Logic_GetFullyQualifiedNameForType
(SchemaContext.GetXamlType(record.KeyType)));
1261
_xamlNodesWriter.WriteValue(
Logic_GetFullyQualifiedNameForType
(SchemaContext.GetXamlType(keyRecord.KeyType)));
1797
_xamlNodesWriter.WriteValue(
Logic_GetFullyQualifiedNameForType
(BamlSchemaContext.GetXamlType(valueId)));
1867
_xamlNodesWriter.WriteValue(
Logic_GetFullyQualifiedNameForType
(type));
1946
_xamlNodesWriter.WriteValue(
Logic_GetFullyQualifiedNameForType
(BamlSchemaContext.GetXamlType(optimizedResource.KeyId)));
2026
$"{
Logic_GetFullyQualifiedNameForType
(BamlSchemaContext.GetPropertyDeclaringType(propertyId))}.{BamlSchemaContext.GetPropertyName(propertyId, false)}";
2608
return $"{
Logic_GetFullyQualifiedNameForType
(declaringType)}.{propertyName}";
2653
currentText = $"{
Logic_GetFullyQualifiedNameForType
(type)}.";