3 instantiations of FormattedText
PresentationFramework (3)
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,
10 references to FormattedText
PresentationCore (5)
Core\CSharp\System\Windows\Media\DrawingContext.cs (1)
57public void DrawText(FormattedText formattedText,
Core\CSharp\System\Windows\Media\FormattedText.cs (4)
913FormattedText _that; 922internal LineEnumerator(FormattedText text) 1864private FormattedText _that; 1866public TextSourceImplementation(FormattedText text)
PresentationFramework (3)
src\Framework\MS\Internal\PtsHost\ListMarkerSourceInfo.cs (3)
47FormattedText formattedMarker = GetFormattedMarker(list, pixelsPerDip); 59private static FormattedText GetFormattedMarker(List list, double pixelsPerDip) 62FormattedText formattedMarker;
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\FlowchartConnectionPointsAdorner.cs (2)
68FormattedText trueMarkerFormattedText = new FormattedText(trueLabelText, new System.Globalization.CultureInfo(textCulture), 99FormattedText falseMarkerFormattedText = new FormattedText(falseLabelText, new System.Globalization.CultureInfo(textCulture),