Implemented interface member:
property
IsDirty
MS.Internal.Annotations.Component.IAnnotationComponent.IsDirty
2 writes to IsDirty
PresentationFramework (2)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (1)
694
IsDirty
= false;
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
1167
_anchor.
IsDirty
= value;
1 reference to IsDirty
PresentationFramework (1)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
1161
return _anchor.
IsDirty
;