10 references to GetAttributeValue
PresentationCore (10)
MS\Internal\FontFace\CompositeFontParser.cs (10)
79GetAttributeValue() 102GetAttributeValue() 638if (!FontStyles.FontStyleStringToKnownStyle(GetAttributeValue(), CultureInfo.InvariantCulture, ref fontStyle)) 646if (!FontWeights.FontWeightStringToKnownWeight(GetAttributeValue(), CultureInfo.InvariantCulture, ref fontWeight)) 654if (!FontStretches.FontStretchStringToKnownStretch(GetAttributeValue(), CultureInfo.InvariantCulture, ref fontStretch)) 685face.DeviceFontName = GetAttributeValue(); 717key = GetAttributeValue(); 721metrics = GetAttributeValue(); 767fmap.Unicode = GetAttributeValue(); 771fmap.Target = GetAttributeValue();