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)
1257Line line = CreateLine(lineProperties); 1408Line line = CreateLine(lineProperties); 1518Line line = CreateLine(lineProperties); 1686Line line = CreateLine(lineProperties); 1806Line line = CreateLine(lineProperties); 2084using (Line line = CreateLine(lineProperties)) 2132using(Line line = CreateLine(lineProperties)) 2206using(Line line = CreateLine(lineProperties)) 2285Line line = CreateLine(lineProperties); 2411using(Line line = CreateLine(lineProperties)) 2499using(Line line = CreateLine(lineProperties)) 2608using(Line line = CreateLine(lineProperties)) 2849private Line CreateLine(LineProperties lineProperties) 2851Line line; 3243private void Format(Line line, int length, int dcp, double wrappingWidth, TextParagraphProperties paragraphProperties, TextLineBreak textLineBreak, TextRunCache textRunCache, bool ellipsis) 3417Line line = CreateLine(lineProperties);