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