2 types derived from Line
PresentationFramework (2)
MS\Internal\Text\ComplexLine.cs (1)
29
internal sealed class ComplexLine :
Line
MS\Internal\Text\SimpleLine.cs (1)
24
internal sealed class SimpleLine :
Line
16 references to Line
PresentationFramework (16)
System\Windows\Controls\TextBlock.cs (16)
1269
Line
line = CreateLine(lineProperties);
1420
Line
line = CreateLine(lineProperties);
1530
Line
line = CreateLine(lineProperties);
1698
Line
line = CreateLine(lineProperties);
1818
Line
line = CreateLine(lineProperties);
2096
using (
Line
line = CreateLine(lineProperties))
2144
using(
Line
line = CreateLine(lineProperties))
2218
using(
Line
line = CreateLine(lineProperties))
2297
Line
line = CreateLine(lineProperties);
2423
using(
Line
line = CreateLine(lineProperties))
2511
using(
Line
line = CreateLine(lineProperties))
2620
using(
Line
line = CreateLine(lineProperties))
2861
private
Line
CreateLine(LineProperties lineProperties)
2863
Line
line;
3253
private void Format(
Line
line, int length, int dcp, double wrappingWidth, TextParagraphProperties paragraphProperties, TextLineBreak textLineBreak, TextRunCache textRunCache, bool ellipsis)
3427
Line
line = CreateLine(lineProperties);