1 write to _anchor
PresentationFramework (1)
System\Windows\Controls\StickyNote.cs (1)
986_anchor = new MarkedHighlightComponent(type, this);
6 references to _anchor
PresentationFramework (6)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (5)
1134if (_anchor != null) 1135return _anchor.IsDirty; 1140_anchor?.IsDirty = value; 1319_anchor.AddAttachedAnnotation(attachedAnnotation); 1348_anchor.RemoveAttachedAnnotation(_attachedAnnotation);
System\Windows\Controls\StickyNote.cs (1)
542_anchor.Focused = IsKeyboardFocusWithin;