2 implementations of GetName
System.Workflow.ComponentModel (2)
AuthoringOM\Design\ReferenceService.cs (1)
255
string IReferenceService.
GetName
(object reference)
AuthoringOM\Serializer\ActivityCodeDomReferenceService.cs (1)
73
public string
GetName
(object reference)
6 references to GetName
System (1)
compmod\system\componentmodel\ReferenceConverter.cs (1)
106
string name = refSvc.
GetName
(value);
System.Workflow.ComponentModel (5)
AuthoringOM\Design\ComponentSerializationService.cs (1)
185
this.parentObjectNameList.Add(referenceService.
GetName
(value));
AuthoringOM\Design\DesignerHelpers.cs (1)
1591
name = referenceService.
GetName
(component);
AuthoringOM\Design\XomlDesignerLoader.cs (2)
894
string fullComponentName = referenceService.
GetName
(component); //schedule1.send1
895
string fullPropertyName = referenceService.
GetName
(context.Instance); //schedule1.send1.message
AuthoringOM\Serializer\ActivityCodeDomReferenceService.cs (1)
82
return refService.
GetName
(reference);