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