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