3 types derived from LineBase
PresentationFramework (3)
MS\Internal\PtsHost\Line.cs (1)
24internal sealed class Line : LineBase
MS\Internal\PtsHost\ListMarkerLine.cs (1)
20internal class ListMarkerLine : LineBase
MS\Internal\PtsHost\OptimalTextSource.cs (1)
23internal sealed class OptimalTextSource : LineBase
3 references to LineBase
PresentationFramework (3)
MS\Internal\PtsHost\PtsHost.cs (2)
2019LineBase lineBase = PtsContext.HandleToObject(pfsline) as LineBase;
MS\Internal\PtsHost\TextFormatterHost.cs (1)
79internal LineBase Context;