10 references to GetAttributeValue
PresentationCore (10)
MS\Internal\FontFace\CompositeFontParser.cs (10)
91GetAttributeValue() 114GetAttributeValue() 650if (!FontStyles.FontStyleStringToKnownStyle(GetAttributeValue(), CultureInfo.InvariantCulture, ref fontStyle)) 658if (!FontWeights.FontWeightStringToKnownWeight(GetAttributeValue(), CultureInfo.InvariantCulture, ref fontWeight)) 666if (!FontStretches.FontStretchStringToKnownStretch(GetAttributeValue(), CultureInfo.InvariantCulture, ref fontStretch)) 697face.DeviceFontName = GetAttributeValue(); 729key = GetAttributeValue(); 733metrics = GetAttributeValue(); 779fmap.Unicode = GetAttributeValue(); 783fmap.Target = GetAttributeValue();