2 references to maximumLengthOfPropertyString
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (2)
2166
if (strValue.Length >
maximumLengthOfPropertyString
)
2168
strValue = strValue.Substring(0,
maximumLengthOfPropertyString
);