10 references to GetAttributeValue
PresentationCore (10)
Core\CSharp\MS\Internal\FontFace\CompositeFontParser.cs (10)
93GetAttributeValue() 116GetAttributeValue() 657if (!FontStyles.FontStyleStringToKnownStyle(GetAttributeValue(), CultureInfo.InvariantCulture, ref fontStyle)) 665if (!FontWeights.FontWeightStringToKnownWeight(GetAttributeValue(), CultureInfo.InvariantCulture, ref fontWeight)) 673if (!FontStretches.FontStretchStringToKnownStretch(GetAttributeValue(), CultureInfo.InvariantCulture, ref fontStretch)) 704face.DeviceFontName = GetAttributeValue(); 737key = GetAttributeValue(); 741metrics = GetAttributeValue(); 787fmap.Unicode = GetAttributeValue(); 791fmap.Target = GetAttributeValue();