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