1 instantiation of MarkedHighlightComponent
PresentationFramework (1)
System\Windows\Controls\StickyNote.cs (1)
1009_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)); 895List<MarkedHighlightComponent> components = componentsRegister.Components; 965List<MarkedHighlightComponent> components = registry.Components; 995_components = new List<MarkedHighlightComponent>(); 1005public void Add(MarkedHighlightComponent component) 1040public void Remove(MarkedHighlightComponent component) 1062public List<MarkedHighlightComponent> Components 1116private List<MarkedHighlightComponent> _components;
System\Windows\Annotations\AnnotationService.cs (1)
730AdornerPresentationContext.SetTypeZLevel(typeof(MarkedHighlightComponent), 1);
System\Windows\Controls\StickyNote.cs (1)
1870private MarkedHighlightComponent _anchor; //holds inactive, active, focused state