2 references to MaxDisplayNameLength
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\BreadCrumbTextConverter.cs (2)
24
int actualDisplayNameLength =
MaxDisplayNameLength
;
58
actualDisplayNameLength = (int)Math.Max(
MaxDisplayNameLength
, actualControlWidth / pixelsPerChar);