3 types derived from LineBase
PresentationFramework (3)
src\Framework\MS\Internal\PtsHost\Line.cs (1)
41internal sealed class Line : LineBase
src\Framework\MS\Internal\PtsHost\ListMarkerLine.cs (1)
29internal class ListMarkerLine : LineBase
src\Framework\MS\Internal\PtsHost\OptimalTextSource.cs (1)
42internal sealed class OptimalTextSource : LineBase
3 references to LineBase
PresentationFramework (3)
src\Framework\MS\Internal\PtsHost\PtsHost.cs (2)
2118LineBase lineBase = PtsContext.HandleToObject(pfsline) as LineBase;
src\Framework\MS\Internal\PtsHost\TextFormatterHost.cs (1)
85internal LineBase Context;