9 references to GetCultureInfo
PresentationFramework (9)
MS\Internal\Documents\TextBoxLine.cs (1)
121culture = DynamicPropertyReader.GetCultureInfo((Control)_owner.Host);
MS\Internal\PtsHost\Line.cs (1)
204culture = DynamicPropertyReader.GetCultureInfo(element);
MS\Internal\PtsHost\ListMarkerSourceInfo.cs (3)
82formattedMarker = new FormattedText(markerString, DynamicPropertyReader.GetCultureInfo(list), list.FlowDirection, 125formattedMarker = new FormattedText(markerString, DynamicPropertyReader.GetCultureInfo(list), list.FlowDirection, 135formattedMarker = new FormattedText(markerString, DynamicPropertyReader.GetCultureInfo(list), list.FlowDirection,
MS\Internal\PtsHost\OptimalTextSource.cs (1)
156culture = DynamicPropertyReader.GetCultureInfo(element);
MS\Internal\Text\ComplexLine.cs (1)
104culture = DynamicPropertyReader.GetCultureInfo(element);
MS\Internal\Text\TextProperties.cs (1)
207_cultureInfo = DynamicPropertyReader.GetCultureInfo(target);
System\Windows\Controls\DateTimeHelper.cs (1)
113culture = MS.Internal.Text.DynamicPropertyReader.GetCultureInfo(element);