4 references to DataIdProperty
PresentationFramework (4)
System\Windows\Annotations\AnnotationService.cs (2)
609
d.SetValue(
DataIdProperty
, id);
624
return d.GetValue(
DataIdProperty
) as String;
System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
1352
this.ClearValue(AnnotationService.
DataIdProperty
);
1385
this.ClearValue(AnnotationService.
DataIdProperty
);