1 instantiation of MarkedHighlightComponent
PresentationFramework (1)
System\Windows\Controls\StickyNote.cs (1)
986_anchor = new MarkedHighlightComponent(type, this);
13 references to MarkedHighlightComponent
PresentationFramework (13)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (11)
300SetValue(MarkedHighlightComponent.MarkerBrushProperty, value); 306public static DependencyProperty MarkerBrushProperty = DependencyProperty.Register("MarkerBrushProperty", typeof(Brush), typeof(MarkedHighlightComponent)); 315SetValue(MarkedHighlightComponent.StrokeThicknessProperty, value); 320public static DependencyProperty StrokeThicknessProperty = DependencyProperty.Register("StrokeThicknessProperty", typeof(double), typeof(MarkedHighlightComponent)); 898List<MarkedHighlightComponent> components = componentsRegister.Components; 968List<MarkedHighlightComponent> components = registry.Components; 998_components = new List<MarkedHighlightComponent>(); 1008public void Add(MarkedHighlightComponent component) 1043public void Remove(MarkedHighlightComponent component) 1065public List<MarkedHighlightComponent> Components 1119private List<MarkedHighlightComponent> _components;
System\Windows\Annotations\AnnotationService.cs (1)
724AdornerPresentationContext.SetTypeZLevel(typeof(MarkedHighlightComponent), 1);
System\Windows\Controls\StickyNote.cs (1)
1844private MarkedHighlightComponent _anchor; //holds inactive, active, focused state