1 instantiation of MarkedHighlightComponent
PresentationFramework (1)
src\Framework\System\Windows\Controls\StickyNote.cs (1)
1035_anchor = new MarkedHighlightComponent(type, this);
13 references to MarkedHighlightComponent
PresentationFramework (13)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (11)
321SetValue(MarkedHighlightComponent.MarkerBrushProperty, value); 327public static DependencyProperty MarkerBrushProperty = DependencyProperty.Register("MarkerBrushProperty", typeof (Brush), typeof(MarkedHighlightComponent)); 336SetValue(MarkedHighlightComponent.StrokeThicknessProperty, value); 341public static DependencyProperty StrokeThicknessProperty = DependencyProperty.Register("StrokeThicknessProperty", typeof (double), typeof(MarkedHighlightComponent)); 923List<MarkedHighlightComponent> components = componentsRegister.Components; 993List<MarkedHighlightComponent> components = registry.Components; 1023_components = new List<MarkedHighlightComponent>(); 1033public void Add(MarkedHighlightComponent component) 1069public void Remove(MarkedHighlightComponent component) 1091public List<MarkedHighlightComponent> Components 1145private List<MarkedHighlightComponent> _components;
src\Framework\System\Windows\Annotations\AnnotationService.cs (1)
774AdornerPresentationContext.SetTypeZLevel(typeof(MarkedHighlightComponent), 1);
src\Framework\System\Windows\Controls\StickyNote.cs (1)
1923private MarkedHighlightComponent _anchor; //holds inactive, active, focused state