1 instantiation of MarkedHighlightComponent
PresentationFramework (1)
System\Windows\Controls\StickyNote.cs (1)
1025_anchor = new MarkedHighlightComponent(type, this);
13 references to MarkedHighlightComponent
PresentationFramework (13)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (11)
307SetValue(MarkedHighlightComponent.MarkerBrushProperty, value); 313public static DependencyProperty MarkerBrushProperty = DependencyProperty.Register("MarkerBrushProperty", typeof(Brush), typeof(MarkedHighlightComponent)); 322SetValue(MarkedHighlightComponent.StrokeThicknessProperty, value); 327public static DependencyProperty StrokeThicknessProperty = DependencyProperty.Register("StrokeThicknessProperty", typeof(double), typeof(MarkedHighlightComponent)); 901List<MarkedHighlightComponent> components = componentsRegister.Components; 971List<MarkedHighlightComponent> components = registry.Components; 1001_components = new List<MarkedHighlightComponent>(); 1011public void Add(MarkedHighlightComponent component) 1046public void Remove(MarkedHighlightComponent component) 1068public List<MarkedHighlightComponent> Components 1122private List<MarkedHighlightComponent> _components;
System\Windows\Annotations\AnnotationService.cs (1)
742AdornerPresentationContext.SetTypeZLevel(typeof(MarkedHighlightComponent), 1);
System\Windows\Controls\StickyNote.cs (1)
1886private MarkedHighlightComponent _anchor; //holds inactive, active, focused state