3 writes to CustomItemStatus
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (2)
213
this.lastWorkflowViewElement.
CustomItemStatus
= null;
688
viewElement.
CustomItemStatus
= "SearchToolTip=" + toolTipText;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (1)
424
this.
CustomItemStatus
+= " ";
3 references to CustomItemStatus
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (3)
416
if (this.
CustomItemStatus
== null)
422
if (!this.
CustomItemStatus
.EndsWith(" ", StringComparison.Ordinal))
426
return this.
CustomItemStatus
;