1 instantiation of MarkedHighlightComponent
PresentationFramework (1)
System\Windows\Controls\StickyNote.cs (1)
987_anchor = new MarkedHighlightComponent(type, this);
13 references to MarkedHighlightComponent
PresentationFramework (13)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (11)
301SetValue(MarkedHighlightComponent.MarkerBrushProperty, value); 307public static DependencyProperty MarkerBrushProperty = DependencyProperty.Register("MarkerBrushProperty", typeof(Brush), typeof(MarkedHighlightComponent)); 316SetValue(MarkedHighlightComponent.StrokeThicknessProperty, value); 321public static DependencyProperty StrokeThicknessProperty = DependencyProperty.Register("StrokeThicknessProperty", typeof(double), typeof(MarkedHighlightComponent)); 899List<MarkedHighlightComponent> components = componentsRegister.Components; 969List<MarkedHighlightComponent> components = registry.Components; 999_components = new List<MarkedHighlightComponent>(); 1009public void Add(MarkedHighlightComponent component) 1044public void Remove(MarkedHighlightComponent component) 1066public List<MarkedHighlightComponent> Components 1120private List<MarkedHighlightComponent> _components;
System\Windows\Annotations\AnnotationService.cs (1)
725AdornerPresentationContext.SetTypeZLevel(typeof(MarkedHighlightComponent), 1);
System\Windows\Controls\StickyNote.cs (1)
1845private MarkedHighlightComponent _anchor; //holds inactive, active, focused state