1 write to _anchor
PresentationFramework (1)
src\Framework\System\Windows\Controls\StickyNote.cs (1)
1035
_anchor
= new MarkedHighlightComponent(type, this);
7 references to _anchor
PresentationFramework (7)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (6)
1160
if (
_anchor
!= null)
1161
return
_anchor
.IsDirty;
1166
if (
_anchor
!= null)
1167
_anchor
.IsDirty = value;
1346
_anchor
.AddAttachedAnnotation(attachedAnnotation);
1375
_anchor
.RemoveAttachedAnnotation(_attachedAnnotation);
src\Framework\System\Windows\Controls\StickyNote.cs (1)
586
_anchor
.Focused = IsKeyboardFocusWithin;