1 instantiation of MarkedHighlightComponent
PresentationFramework (1)
System\Windows\Controls\StickyNote.cs (1)
1009
_anchor = new
MarkedHighlightComponent
(type, this);
13 references to MarkedHighlightComponent
PresentationFramework (13)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (11)
301
SetValue(
MarkedHighlightComponent
.MarkerBrushProperty, value);
307
public static DependencyProperty MarkerBrushProperty = DependencyProperty.Register("MarkerBrushProperty", typeof(Brush), typeof(
MarkedHighlightComponent
));
316
SetValue(
MarkedHighlightComponent
.StrokeThicknessProperty, value);
321
public static DependencyProperty StrokeThicknessProperty = DependencyProperty.Register("StrokeThicknessProperty", typeof(double), typeof(
MarkedHighlightComponent
));
895
List<
MarkedHighlightComponent
> components = componentsRegister.Components;
965
List<
MarkedHighlightComponent
> components = registry.Components;
995
_components = new List<
MarkedHighlightComponent
>();
1005
public void Add(
MarkedHighlightComponent
component)
1040
public void Remove(
MarkedHighlightComponent
component)
1062
public List<
MarkedHighlightComponent
> Components
1116
private List<
MarkedHighlightComponent
> _components;
System\Windows\Annotations\AnnotationService.cs (1)
730
AdornerPresentationContext.SetTypeZLevel(typeof(
MarkedHighlightComponent
), 1);
System\Windows\Controls\StickyNote.cs (1)
1870
private
MarkedHighlightComponent
_anchor; //holds inactive, active, focused state