2 types derived from Line
PresentationFramework (2)
MS\Internal\Text\ComplexLine.cs (1)
23
internal sealed class ComplexLine :
Line
MS\Internal\Text\SimpleLine.cs (1)
18
internal sealed class SimpleLine :
Line
16 references to Line
PresentationFramework (16)
System\Windows\Controls\TextBlock.cs (16)
1253
Line
line = CreateLine(lineProperties);
1401
Line
line = CreateLine(lineProperties);
1511
Line
line = CreateLine(lineProperties);
1679
Line
line = CreateLine(lineProperties);
1799
Line
line = CreateLine(lineProperties);
2074
using (
Line
line = CreateLine(lineProperties))
2122
using(
Line
line = CreateLine(lineProperties))
2196
using(
Line
line = CreateLine(lineProperties))
2275
Line
line = CreateLine(lineProperties);
2401
using(
Line
line = CreateLine(lineProperties))
2489
using(
Line
line = CreateLine(lineProperties))
2598
using(
Line
line = CreateLine(lineProperties))
2839
private
Line
CreateLine(LineProperties lineProperties)
2841
Line
line;
3233
private void Format(
Line
line, int length, int dcp, double wrappingWidth, TextParagraphProperties paragraphProperties, TextLineBreak textLineBreak, TextRunCache textRunCache, bool ellipsis)
3407
Line
line = CreateLine(lineProperties);