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