1 write to _DPHost
PresentationFramework (1)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
56
_DPHost
= host ?? this;
6 references to _DPHost
PresentationFramework (6)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (6)
337
if (
_DPHost
!= null)
338
KeyboardNavigation.SetTabIndex(
_DPHost
, index);
555
_DPHost
.SetValue(StickyNoteControl.IsActiveProperty, false);
562
_DPHost
.SetValue(StickyNoteControl.IsActiveProperty, true);
709
bool currentState = (bool)
_DPHost
.GetValue(StickyNoteControl.IsMouseOverAnchorProperty);
713
_DPHost
.SetValue(StickyNoteControl.IsMouseOverAnchorPropertyKey, newState);