6 references to DataIdProperty
PresentationFramework (6)
MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (5)
67object dataId = node.ReadLocalValue(DataIdProcessor.DataIdProperty); 106object dataId = node.ReadLocalValue(DataIdProcessor.DataIdProperty); 278d.SetValue(DataIdProperty, id); 293return d.GetValue(DataIdProperty) as String; 409String id = d.GetValue(DataIdProperty) as string;
System\Windows\Annotations\AnnotationService.cs (1)
594internal static readonly DependencyProperty DataIdProperty = DataIdProcessor.DataIdProperty.AddOwner(typeof(AnnotationService));