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