5 references to StringLength
PresentationCore (5)
MS\Internal\TextFormatting\TextStore.cs (5)
217
int stringLength = runInfo.
StringLength
;
269
stringLength = runInfo.
StringLength
;
645
Debug.Assert(runInfo.
StringLength
> 0 && runInfo.Length > 0);
849
Debug.Assert(runInfo.
StringLength
>= stringLength);
874
Debug.Assert(cch <= runInfo.
StringLength
);