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