6 references to ActivitySuffix
System.Workflow.ComponentModel (6)
AuthoringOM\Design\WinOEToolBoxItem.cs (6)
35
type.Name.EndsWith(
ActivitySuffix
, StringComparison.Ordinal) &&
36
!type.Name.Equals(
ActivitySuffix
, StringComparison.Ordinal))
38
name = type.Name.Substring(0, type.Name.Length -
ActivitySuffix
.Length);
143
displayName.EndsWith(
ActivitySuffix
, StringComparison.Ordinal) &&
144
!displayName.Equals(
ActivitySuffix
, StringComparison.Ordinal))
146
displayName = displayName.Substring(0, displayName.Length -
ActivitySuffix
.Length);