6 references to DataIdProperty
PresentationFramework (6)
MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (5)
66object dataId = node.ReadLocalValue(DataIdProcessor.DataIdProperty); 105object dataId = node.ReadLocalValue(DataIdProcessor.DataIdProperty); 277d.SetValue(DataIdProperty, id); 292return d.GetValue(DataIdProperty) as String; 408String id = d.GetValue(DataIdProperty) as string;
System\Windows\Annotations\AnnotationService.cs (1)
593internal static readonly DependencyProperty DataIdProperty = DataIdProcessor.DataIdProperty.AddOwner(typeof(AnnotationService));