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);
552
_DPHost
.SetValue(StickyNoteControl.IsActiveProperty, false);
559
_DPHost
.SetValue(StickyNoteControl.IsActiveProperty, true);
706
bool currentState = (bool)
_DPHost
.GetValue(StickyNoteControl.IsMouseOverAnchorProperty);
710
_DPHost
.SetValue(StickyNoteControl.IsMouseOverAnchorPropertyKey, newState);