6 references to DataIdProperty
PresentationFramework (6)
src\Framework\MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (5)
95object dataId = node.ReadLocalValue(DataIdProcessor.DataIdProperty); 135object dataId = node.ReadLocalValue(DataIdProcessor.DataIdProperty); 313d.SetValue(DataIdProperty, id); 329return d.GetValue(DataIdProperty) as String; 448String id = d.GetValue(DataIdProperty) as string;
src\Framework\System\Windows\Annotations\AnnotationService.cs (1)
638internal static readonly DependencyProperty DataIdProperty = DataIdProcessor.DataIdProperty.AddOwner(typeof(AnnotationService));