1 write to _anchor
PresentationFramework (1)
System\Windows\Controls\StickyNote.cs (1)
1025_anchor = new MarkedHighlightComponent(type, this);
7 references to _anchor
PresentationFramework (7)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (6)
1145if (_anchor != null) 1146return _anchor.IsDirty; 1151if (_anchor != null) 1152_anchor.IsDirty = value; 1331_anchor.AddAttachedAnnotation(attachedAnnotation); 1360_anchor.RemoveAttachedAnnotation(_attachedAnnotation);
System\Windows\Controls\StickyNote.cs (1)
576_anchor.Focused = IsKeyboardFocusWithin;