5 references to StringLength
PresentationCore (5)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (5)
221int stringLength = runInfo.StringLength; 273stringLength = runInfo.StringLength; 656Debug.Assert(runInfo.StringLength > 0 && runInfo.Length > 0); 860Debug.Assert(runInfo.StringLength >= stringLength); 885Debug.Assert(cch <= runInfo.StringLength);