9 references to GetCultureInfo
PresentationFramework (9)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (1)
131
culture = DynamicPropertyReader.
GetCultureInfo
((Control)_owner.Host);
src\Framework\MS\Internal\PtsHost\Line.cs (1)
225
culture = DynamicPropertyReader.
GetCultureInfo
(element);
src\Framework\MS\Internal\PtsHost\ListMarkerSourceInfo.cs (3)
88
formattedMarker = new FormattedText(markerString, DynamicPropertyReader.
GetCultureInfo
(list), list.FlowDirection,
132
formattedMarker = new FormattedText(markerString, DynamicPropertyReader.
GetCultureInfo
(list), list.FlowDirection,
142
formattedMarker = new FormattedText(markerString, DynamicPropertyReader.
GetCultureInfo
(list), list.FlowDirection,
src\Framework\MS\Internal\PtsHost\OptimalTextSource.cs (1)
176
culture = DynamicPropertyReader.
GetCultureInfo
(element);
src\Framework\MS\Internal\Text\ComplexLine.cs (1)
113
culture = DynamicPropertyReader.
GetCultureInfo
(element);
src\Framework\MS\Internal\Text\TextProperties.cs (1)
213
_cultureInfo = DynamicPropertyReader.
GetCultureInfo
(target);
src\Framework\System\Windows\Controls\DateTimeHelper.cs (1)
116
culture = MS.Internal.Text.DynamicPropertyReader.
GetCultureInfo
(element);