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)
321
SetValue(
MarkedHighlightComponent
.MarkerBrushProperty, value);
327
public static DependencyProperty MarkerBrushProperty = DependencyProperty.Register("MarkerBrushProperty", typeof (Brush), typeof(
MarkedHighlightComponent
));
336
SetValue(
MarkedHighlightComponent
.StrokeThicknessProperty, value);
341
public static DependencyProperty StrokeThicknessProperty = DependencyProperty.Register("StrokeThicknessProperty", typeof (double), typeof(
MarkedHighlightComponent
));
923
List<
MarkedHighlightComponent
> components = componentsRegister.Components;
993
List<
MarkedHighlightComponent
> components = registry.Components;
1023
_components = new List<
MarkedHighlightComponent
>();
1033
public void Add(
MarkedHighlightComponent
component)
1069
public void Remove(
MarkedHighlightComponent
component)
1091
public List<
MarkedHighlightComponent
> Components
1145
private List<
MarkedHighlightComponent
> _components;
src\Framework\System\Windows\Annotations\AnnotationService.cs (1)
774
AdornerPresentationContext.SetTypeZLevel(typeof(
MarkedHighlightComponent
), 1);
src\Framework\System\Windows\Controls\StickyNote.cs (1)
1923
private
MarkedHighlightComponent
_anchor; //holds inactive, active, focused state