1 write to _culture
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
59
_culture
= culture;
3 references to _culture
PresentationCore (3)
MS\Internal\TextFormatting\GenericTextProperties.cs (3)
78
^ ((int)
_culture
.GetHashCode() << 6)
100
&&
_culture
== textRunProperties.CultureInfo
178
get { return
_culture
; }