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