1 write to _culture
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
58_culture = culture;
3 references to _culture
PresentationCore (3)
MS\Internal\TextFormatting\GenericTextProperties.cs (3)
77^ ((int)_culture.GetHashCode() << 6) 99&& _culture == textRunProperties.CultureInfo 177get { return _culture; }