2 types derived from Line
PresentationFramework (2)
MS\Internal\Text\ComplexLine.cs (1)
24
internal sealed class ComplexLine :
Line
MS\Internal\Text\SimpleLine.cs (1)
19
internal sealed class SimpleLine :
Line
16 references to Line
PresentationFramework (16)
System\Windows\Controls\TextBlock.cs (16)
1257
Line
line = CreateLine(lineProperties);
1408
Line
line = CreateLine(lineProperties);
1518
Line
line = CreateLine(lineProperties);
1686
Line
line = CreateLine(lineProperties);
1806
Line
line = CreateLine(lineProperties);
2084
using (
Line
line = CreateLine(lineProperties))
2132
using(
Line
line = CreateLine(lineProperties))
2206
using(
Line
line = CreateLine(lineProperties))
2285
Line
line = CreateLine(lineProperties);
2411
using(
Line
line = CreateLine(lineProperties))
2499
using(
Line
line = CreateLine(lineProperties))
2608
using(
Line
line = CreateLine(lineProperties))
2849
private
Line
CreateLine(LineProperties lineProperties)
2851
Line
line;
3243
private void Format(
Line
line, int length, int dcp, double wrappingWidth, TextParagraphProperties paragraphProperties, TextLineBreak textLineBreak, TextRunCache textRunCache, bool ellipsis)
3417
Line
line = CreateLine(lineProperties);