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