9 references to GetCultureInfo
PresentationFramework (9)
MS\Internal\Documents\TextBoxLine.cs (1)
129
culture = DynamicPropertyReader.
GetCultureInfo
((Control)_owner.Host);
MS\Internal\PtsHost\Line.cs (1)
222
culture = DynamicPropertyReader.
GetCultureInfo
(element);
MS\Internal\PtsHost\ListMarkerSourceInfo.cs (3)
86
formattedMarker = new FormattedText(markerString, DynamicPropertyReader.
GetCultureInfo
(list), list.FlowDirection,
129
formattedMarker = new FormattedText(markerString, DynamicPropertyReader.
GetCultureInfo
(list), list.FlowDirection,
139
formattedMarker = new FormattedText(markerString, DynamicPropertyReader.
GetCultureInfo
(list), list.FlowDirection,
MS\Internal\PtsHost\OptimalTextSource.cs (1)
172
culture = DynamicPropertyReader.
GetCultureInfo
(element);
MS\Internal\Text\ComplexLine.cs (1)
110
culture = DynamicPropertyReader.
GetCultureInfo
(element);
MS\Internal\Text\TextProperties.cs (1)
210
_cultureInfo = DynamicPropertyReader.
GetCultureInfo
(target);
System\Windows\Controls\DateTimeHelper.cs (1)
116
culture = MS.Internal.Text.DynamicPropertyReader.
GetCultureInfo
(element);