2 types derived from Line
PresentationFramework (2)
src\Framework\MS\Internal\Text\ComplexLine.cs (1)
32internal sealed class ComplexLine : Line
src\Framework\MS\Internal\Text\SimpleLine.cs (1)
27internal sealed class SimpleLine : Line
15 references to Line
PresentationFramework (15)
src\Framework\System\Windows\Controls\TextBlock.cs (15)
1347Line line = CreateLine(lineProperties); 1498Line line = CreateLine(lineProperties); 1611Line line = CreateLine(lineProperties); 1783Line line = CreateLine(lineProperties); 1906Line line = CreateLine(lineProperties); 2184using(Line line = CreateLine(lineProperties)) 2231using(Line line = CreateLine(lineProperties)) 2305using(Line line = CreateLine(lineProperties)) 2385Line line = CreateLine(lineProperties); 2511using(Line line = CreateLine(lineProperties)) 2600using(Line line = CreateLine(lineProperties)) 2709using(Line line = CreateLine(lineProperties)) 2950private Line CreateLine(LineProperties lineProperties) 2952Line line; 3416Line line = CreateLine(lineProperties);