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