5 references to StringLength
PresentationCore (5)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (5)
221
int stringLength = runInfo.
StringLength
;
273
stringLength = runInfo.
StringLength
;
656
Debug.Assert(runInfo.
StringLength
> 0 && runInfo.Length > 0);
860
Debug.Assert(runInfo.
StringLength
>= stringLength);
885
Debug.Assert(cch <= runInfo.
StringLength
);