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