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