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)
1254
Line
line = CreateLine(lineProperties);
1402
Line
line = CreateLine(lineProperties);
1512
Line
line = CreateLine(lineProperties);
1680
Line
line = CreateLine(lineProperties);
1800
Line
line = CreateLine(lineProperties);
2075
using (
Line
line = CreateLine(lineProperties))
2123
using(
Line
line = CreateLine(lineProperties))
2197
using(
Line
line = CreateLine(lineProperties))
2276
Line
line = CreateLine(lineProperties);
2402
using(
Line
line = CreateLine(lineProperties))
2490
using(
Line
line = CreateLine(lineProperties))
2599
using(
Line
line = CreateLine(lineProperties))
2840
private
Line
CreateLine(LineProperties lineProperties)
2842
Line
line;
3234
private void Format(
Line
line, int length, int dcp, double wrappingWidth, TextParagraphProperties paragraphProperties, TextLineBreak textLineBreak, TextRunCache textRunCache, bool ellipsis)
3408
Line
line = CreateLine(lineProperties);