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