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