1 write to Target
PresentationCore (1)
MS\Internal\FontFace\CompositeFontParser.cs (1)
771fmap.Target = GetAttributeValue();
6 references to Target
PresentationCore (4)
MS\Internal\FontFace\CompositeFontInfo.cs (1)
48if (string.IsNullOrEmpty(familyMap.Target))
MS\Internal\Shaping\CompositeFontFamily.cs (2)
252targetFamilyName = familyMap.Target; 365_firstFontFamily = FontFamily.FindFontFamilyFromFriendlyNameList(_fontInfo.FamilyMaps[0].Target);
System\Windows\Media\FontFamilyConverter.cs (1)
189name = familyMap.Target;
PresentationFramework (2)
System\Windows\Controls\TextRangeAdaptor.cs (2)
1284return familyMap.Target; 1288return familyMap.Target;