3 types derived from LineBase
PresentationFramework (3)
MS\Internal\PtsHost\Line.cs (1)
38internal sealed class Line : LineBase
MS\Internal\PtsHost\ListMarkerLine.cs (1)
27internal class ListMarkerLine : LineBase
MS\Internal\PtsHost\OptimalTextSource.cs (1)
38internal sealed class OptimalTextSource : LineBase
3 references to LineBase
PresentationFramework (3)
MS\Internal\PtsHost\PtsHost.cs (2)
2039LineBase lineBase = PtsContext.HandleToObject(pfsline) as LineBase;
MS\Internal\PtsHost\TextFormatterHost.cs (1)
82internal LineBase Context;