2 references to MaximumLengthOfPropertyString
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (2)
1868if (text.Length > MaximumLengthOfPropertyString) 1870text = text[..MaximumLengthOfPropertyString];