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