5 references to StringLength
PresentationCore (5)
MS\Internal\TextFormatting\TextStore.cs (5)
201
int stringLength = runInfo.
StringLength
;
253
stringLength = runInfo.
StringLength
;
629
Debug.Assert(runInfo.
StringLength
> 0 && runInfo.Length > 0);
833
Debug.Assert(runInfo.
StringLength
>= stringLength);
858
Debug.Assert(cch <= runInfo.
StringLength
);