4 references to DataIdProperty
PresentationFramework (4)
System\Windows\Annotations\AnnotationService.cs (2)
608
d.SetValue(
DataIdProperty
, id);
623
return d.GetValue(
DataIdProperty
) as String;
System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
1351
this.ClearValue(AnnotationService.
DataIdProperty
);
1384
this.ClearValue(AnnotationService.
DataIdProperty
);