1 write to customDisplayName
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxItemWrapper.cs (1)
184this.customDisplayName = value;
4 references to customDisplayName
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxItemWrapper.cs (4)
177return this.ToolboxItem != null ? this.ToolboxItem.DisplayName : this.customDisplayName; 181bool isChanged = !string.Equals(value, this.customDisplayName); 338if (!string.IsNullOrEmpty(this.customDisplayName)) 340this.toolboxItem.DisplayName = this.customDisplayName;