1 write to _anchor
PresentationFramework (1)
System\Windows\Controls\StickyNote.cs (1)
1025
_anchor
= new MarkedHighlightComponent(type, this);
7 references to _anchor
PresentationFramework (7)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (6)
1145
if (
_anchor
!= null)
1146
return
_anchor
.IsDirty;
1151
if (
_anchor
!= null)
1152
_anchor
.IsDirty = value;
1331
_anchor
.AddAttachedAnnotation(attachedAnnotation);
1360
_anchor
.RemoveAttachedAnnotation(_attachedAnnotation);
System\Windows\Controls\StickyNote.cs (1)
576
_anchor
.Focused = IsKeyboardFocusWithin;