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)
47if (string.IsNullOrEmpty(familyMap.Target))
MS\Internal\Shaping\CompositeFontFamily.cs (2)
251targetFamilyName = familyMap.Target; 364_firstFontFamily = FontFamily.FindFontFamilyFromFriendlyNameList(_fontInfo.FamilyMaps[0].Target);
System\Windows\Media\FontFamilyConverter.cs (1)
182name = familyMap.Target;
PresentationFramework (2)
System\Windows\Controls\TextRangeAdaptor.cs (2)
1283return familyMap.Target; 1287return familyMap.Target;