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)
307
SetValue(
MarkedHighlightComponent
.MarkerBrushProperty, value);
313
public static DependencyProperty MarkerBrushProperty = DependencyProperty.Register("MarkerBrushProperty", typeof(Brush), typeof(
MarkedHighlightComponent
));
322
SetValue(
MarkedHighlightComponent
.StrokeThicknessProperty, value);
327
public static DependencyProperty StrokeThicknessProperty = DependencyProperty.Register("StrokeThicknessProperty", typeof(double), typeof(
MarkedHighlightComponent
));
901
List<
MarkedHighlightComponent
> components = componentsRegister.Components;
971
List<
MarkedHighlightComponent
> components = registry.Components;
1001
_components = new List<
MarkedHighlightComponent
>();
1011
public void Add(
MarkedHighlightComponent
component)
1046
public void Remove(
MarkedHighlightComponent
component)
1068
public List<
MarkedHighlightComponent
> Components
1122
private List<
MarkedHighlightComponent
> _components;
System\Windows\Annotations\AnnotationService.cs (1)
742
AdornerPresentationContext.SetTypeZLevel(typeof(
MarkedHighlightComponent
), 1);
System\Windows\Controls\StickyNote.cs (1)
1886
private
MarkedHighlightComponent
_anchor; //holds inactive, active, focused state