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