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