Implemented interface member:
property
IsDirty
MS.Internal.Annotations.Component.IAnnotationComponent.IsDirty
1 write to IsDirty
PresentationFramework (1)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
667IsDirty = false;
2 references to IsDirty
PresentationFramework (2)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (2)
1135return _anchor.IsDirty; 1140_anchor?.IsDirty = value;