1 write to _anchor
PresentationFramework (1)
System\Windows\Controls\StickyNote.cs (1)
986
_anchor
= new MarkedHighlightComponent(type, this);
6 references to _anchor
PresentationFramework (6)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (5)
1134
if (
_anchor
!= null)
1135
return
_anchor
.IsDirty;
1140
_anchor
?.IsDirty = value;
1319
_anchor
.AddAttachedAnnotation(attachedAnnotation);
1348
_anchor
.RemoveAttachedAnnotation(_attachedAnnotation);
System\Windows\Controls\StickyNote.cs (1)
542
_anchor
.Focused = IsKeyboardFocusWithin;