2 types derived from Line
PresentationFramework (2)
MS\Internal\Text\ComplexLine.cs (1)
24internal sealed class ComplexLine : Line
MS\Internal\Text\SimpleLine.cs (1)
19internal sealed class SimpleLine : Line
16 references to Line
PresentationFramework (16)
System\Windows\Controls\TextBlock.cs (16)
1254Line line = CreateLine(lineProperties); 1402Line line = CreateLine(lineProperties); 1512Line line = CreateLine(lineProperties); 1680Line line = CreateLine(lineProperties); 1800Line line = CreateLine(lineProperties); 2075using (Line line = CreateLine(lineProperties)) 2123using(Line line = CreateLine(lineProperties)) 2197using(Line line = CreateLine(lineProperties)) 2276Line line = CreateLine(lineProperties); 2402using(Line line = CreateLine(lineProperties)) 2490using(Line line = CreateLine(lineProperties)) 2599using(Line line = CreateLine(lineProperties)) 2840private Line CreateLine(LineProperties lineProperties) 2842Line line; 3234private void Format(Line line, int length, int dcp, double wrappingWidth, TextParagraphProperties paragraphProperties, TextLineBreak textLineBreak, TextRunCache textRunCache, bool ellipsis) 3408Line line = CreateLine(lineProperties);