10 references to GetAttributeValue
PresentationCore (10)
MS\Internal\FontFace\CompositeFontParser.cs (10)
79GetAttributeValue() 102GetAttributeValue() 639if (!FontStyles.FontStyleStringToKnownStyle(GetAttributeValue(), CultureInfo.InvariantCulture, ref fontStyle)) 647if (!FontWeights.FontWeightStringToKnownWeight(GetAttributeValue(), CultureInfo.InvariantCulture, ref fontWeight)) 655if (!FontStretches.FontStretchStringToKnownStretch(GetAttributeValue(), CultureInfo.InvariantCulture, ref fontStretch)) 686face.DeviceFontName = GetAttributeValue(); 718key = GetAttributeValue(); 722metrics = GetAttributeValue(); 768fmap.Unicode = GetAttributeValue(); 772fmap.Target = GetAttributeValue();