4 references to DataIdProperty
PresentationFramework (4)
System\Windows\Annotations\AnnotationService.cs (2)
625
d.SetValue(
DataIdProperty
, id);
640
return d.GetValue(
DataIdProperty
) as String;
System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
1382
this.ClearValue(AnnotationService.
DataIdProperty
);
1415
this.ClearValue(AnnotationService.
DataIdProperty
);