4 references to DataIdProperty
PresentationFramework (4)
System\Windows\Annotations\AnnotationService.cs (2)
613
d.SetValue(
DataIdProperty
, id);
628
return d.GetValue(
DataIdProperty
) as String;
System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
1377
this.ClearValue(AnnotationService.
DataIdProperty
);
1410
this.ClearValue(AnnotationService.
DataIdProperty
);