3 references to IdRefProperty
System.Data (3)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\ViewStateXamlHelper.cs (1)
21
static readonly string IdRef = WorkflowViewState.
IdRefProperty
.MemberName;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ViewState\WorkflowViewState.cs (2)
63
AttachablePropertyServices.SetProperty(instance,
IdRefProperty
, idRef);
74
if (AttachablePropertyServices.TryGetProperty(instance,
IdRefProperty
, out idRef))