2 types derived from Line
PresentationFramework (2)
MS\Internal\Text\ComplexLine.cs (1)
29internal sealed class ComplexLine : Line
MS\Internal\Text\SimpleLine.cs (1)
24internal sealed class SimpleLine : Line
16 references to Line
PresentationFramework (16)
System\Windows\Controls\TextBlock.cs (16)
1269Line line = CreateLine(lineProperties); 1420Line line = CreateLine(lineProperties); 1530Line line = CreateLine(lineProperties); 1698Line line = CreateLine(lineProperties); 1818Line line = CreateLine(lineProperties); 2096using (Line line = CreateLine(lineProperties)) 2144using(Line line = CreateLine(lineProperties)) 2218using(Line line = CreateLine(lineProperties)) 2297Line line = CreateLine(lineProperties); 2423using(Line line = CreateLine(lineProperties)) 2511using(Line line = CreateLine(lineProperties)) 2620using(Line line = CreateLine(lineProperties)) 2861private Line CreateLine(LineProperties lineProperties) 2863Line line; 3253private void Format(Line line, int length, int dcp, double wrappingWidth, TextParagraphProperties paragraphProperties, TextLineBreak textLineBreak, TextRunCache textRunCache, bool ellipsis) 3427Line line = CreateLine(lineProperties);