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