1 write to _DPHost
PresentationFramework (1)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
57
_DPHost
= host == null ? this : host;
6 references to _DPHost
PresentationFramework (6)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (6)
338
if (
_DPHost
!= null)
339
KeyboardNavigation.SetTabIndex(
_DPHost
, index);
557
_DPHost
.SetValue(StickyNoteControl.IsActiveProperty, false);
565
_DPHost
.SetValue(StickyNoteControl.IsActiveProperty, true);
706
bool currentState = (bool)
_DPHost
.GetValue(StickyNoteControl.IsMouseOverAnchorProperty);
710
_DPHost
.SetValue(StickyNoteControl.IsMouseOverAnchorPropertyKey, newState);