1 write to customDisplayName
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxItemWrapper.cs (1)
184this.customDisplayName = value;
4 references to customDisplayName
System.Activities.Presentation (4)
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;