6 references to DataIdProperty
PresentationFramework (6)
MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (5)
78object dataId = node.ReadLocalValue(DataIdProcessor.DataIdProperty); 117object dataId = node.ReadLocalValue(DataIdProcessor.DataIdProperty); 290d.SetValue(DataIdProperty, id); 305return d.GetValue(DataIdProperty) as String; 422String id = d.GetValue(DataIdProperty) as string;
System\Windows\Annotations\AnnotationService.cs (1)
598internal static readonly DependencyProperty DataIdProperty = DataIdProcessor.DataIdProperty.AddOwner(typeof(AnnotationService));