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)
1134if (_anchor != null) 1135return _anchor.IsDirty; 1140if (_anchor != null) 1141_anchor.IsDirty = value; 1320_anchor.AddAttachedAnnotation(attachedAnnotation); 1349_anchor.RemoveAttachedAnnotation(_attachedAnnotation);
System\Windows\Controls\StickyNote.cs (1)
542_anchor.Focused = IsKeyboardFocusWithin;