Implemented interface member:
property
DependentLength
MS.Internal.TextFormatting.ITextMetrics.DependentLength
2 overrides of DependentLength
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
2293
public override int
DependentLength
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1042
public override int
DependentLength
1 reference to DependentLength
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\Line.cs (1)
920
return _line.
DependentLength
;