4 references to DataIdProperty
PresentationFramework (4)
src\Framework\System\Windows\Annotations\AnnotationService.cs (2)
656
d.SetValue(
DataIdProperty
, id);
672
return d.GetValue(
DataIdProperty
) as String;
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
1394
this.ClearValue(AnnotationService.
DataIdProperty
);
1427
this.ClearValue(AnnotationService.
DataIdProperty
);