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