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)
300
SetValue(
MarkedHighlightComponent
.MarkerBrushProperty, value);
306
public static DependencyProperty MarkerBrushProperty = DependencyProperty.Register("MarkerBrushProperty", typeof(Brush), typeof(
MarkedHighlightComponent
));
315
SetValue(
MarkedHighlightComponent
.StrokeThicknessProperty, value);
320
public static DependencyProperty StrokeThicknessProperty = DependencyProperty.Register("StrokeThicknessProperty", typeof(double), typeof(
MarkedHighlightComponent
));
898
List<
MarkedHighlightComponent
> components = componentsRegister.Components;
968
List<
MarkedHighlightComponent
> components = registry.Components;
998
_components = new List<
MarkedHighlightComponent
>();
1008
public void Add(
MarkedHighlightComponent
component)
1043
public void Remove(
MarkedHighlightComponent
component)
1065
public List<
MarkedHighlightComponent
> Components
1119
private List<
MarkedHighlightComponent
> _components;
System\Windows\Annotations\AnnotationService.cs (1)
724
AdornerPresentationContext.SetTypeZLevel(typeof(
MarkedHighlightComponent
), 1);
System\Windows\Controls\StickyNote.cs (1)
1844
private
MarkedHighlightComponent
_anchor; //holds inactive, active, focused state