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