Implemented interface member:
property
Length
MS.Internal.TextFormatting.ITextMetrics.Length
1 override of Length
PresentationCore (1)
MS\Internal\TextFormatting\FullTextBreakpoint.cs (1)
268
public override int
Length
2 references to Length
PresentationFramework (2)
MS\Internal\PtsHost\OptimalTextSource.cs (1)
193
if (run != null && ((dcpRun + run.Length) >= (dcp + textBreakpoint.
Length
)))
MS\Internal\PtsHost\PtsHost.cs (1)
1552
rgfslinevariant[breakIndex].dcpLine = textBreakpoint.
Length
;