1 write to _anchor
PresentationFramework (1)
System\Windows\Controls\StickyNote.cs (1)
1009_anchor = new MarkedHighlightComponent(type, this);
7 references to _anchor
PresentationFramework (7)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (6)
1135if (_anchor != null) 1136return _anchor.IsDirty; 1141if (_anchor != null) 1142_anchor.IsDirty = value; 1321_anchor.AddAttachedAnnotation(attachedAnnotation); 1350_anchor.RemoveAttachedAnnotation(_attachedAnnotation);
System\Windows\Controls\StickyNote.cs (1)
560_anchor.Focused = IsKeyboardFocusWithin;