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
181
get { return
_culture
; }