9 references to GetCultureInfo
PresentationFramework (9)
MS\Internal\Documents\TextBoxLine.cs (1)
122
culture = DynamicPropertyReader.
GetCultureInfo
((Control)_owner.Host);
MS\Internal\PtsHost\Line.cs (1)
216
culture = DynamicPropertyReader.
GetCultureInfo
(element);
MS\Internal\PtsHost\ListMarkerSourceInfo.cs (3)
83
formattedMarker = new FormattedText(markerString, DynamicPropertyReader.
GetCultureInfo
(list), list.FlowDirection,
126
formattedMarker = new FormattedText(markerString, DynamicPropertyReader.
GetCultureInfo
(list), list.FlowDirection,
136
formattedMarker = new FormattedText(markerString, DynamicPropertyReader.
GetCultureInfo
(list), list.FlowDirection,
MS\Internal\PtsHost\OptimalTextSource.cs (1)
165
culture = DynamicPropertyReader.
GetCultureInfo
(element);
MS\Internal\Text\ComplexLine.cs (1)
105
culture = DynamicPropertyReader.
GetCultureInfo
(element);
MS\Internal\Text\TextProperties.cs (1)
208
_cultureInfo = DynamicPropertyReader.
GetCultureInfo
(target);
System\Windows\Controls\DateTimeHelper.cs (1)
114
culture = MS.Internal.Text.DynamicPropertyReader.
GetCultureInfo
(element);