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