1 write to Target
PresentationCore (1)
Core\CSharp\MS\Internal\FontFace\CompositeFontParser.cs (1)
791fmap.Target = GetAttributeValue();
6 references to Target
PresentationCore (4)
Core\CSharp\MS\Internal\FontFace\CompositeFontInfo.cs (1)
65if (string.IsNullOrEmpty(familyMap.Target))
Core\CSharp\MS\Internal\Shaping\CompositeFontFamily.cs (2)
269targetFamilyName = familyMap.Target; 382_firstFontFamily = FontFamily.FindFontFamilyFromFriendlyNameList(_fontInfo.FamilyMaps[0].Target);
Core\CSharp\System\Windows\Media\FontFamilyConverter.cs (1)
212name = familyMap.Target;
PresentationFramework (2)
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (2)
1295return familyMap.Target; 1299return familyMap.Target;