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)
1160if (_anchor != null) 1161return _anchor.IsDirty; 1166if (_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;