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