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