1 write to _culture
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
62_culture = culture;
3 references to _culture
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (3)
81^ ((int)_culture.GetHashCode() << 6) 103&& _culture == textRunProperties.CultureInfo 181get { return _culture; }