1 instantiation of MarkedHighlightComponent
PresentationFramework (1)
System\Windows\Controls\StickyNote.cs (1)
987
_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
));
899
List<
MarkedHighlightComponent
> components = componentsRegister.Components;
969
List<
MarkedHighlightComponent
> components = registry.Components;
999
_components = new List<
MarkedHighlightComponent
>();
1009
public void Add(
MarkedHighlightComponent
component)
1044
public void Remove(
MarkedHighlightComponent
component)
1066
public List<
MarkedHighlightComponent
> Components
1120
private List<
MarkedHighlightComponent
> _components;
System\Windows\Annotations\AnnotationService.cs (1)
725
AdornerPresentationContext.SetTypeZLevel(typeof(
MarkedHighlightComponent
), 1);
System\Windows\Controls\StickyNote.cs (1)
1845
private
MarkedHighlightComponent
_anchor; //holds inactive, active, focused state