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