5 references to StringLength
PresentationCore (5)
MS\Internal\TextFormatting\TextStore.cs (5)
202
int stringLength = runInfo.
StringLength
;
254
stringLength = runInfo.
StringLength
;
630
Debug.Assert(runInfo.
StringLength
> 0 && runInfo.Length > 0);
834
Debug.Assert(runInfo.
StringLength
>= stringLength);
859
Debug.Assert(cch <= runInfo.
StringLength
);