1 write to _DPHost
PresentationFramework (1)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
63
_DPHost
= host == null ? this : host;
6 references to _DPHost
PresentationFramework (6)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (6)
344
if (
_DPHost
!= null)
345
KeyboardNavigation.SetTabIndex(
_DPHost
, index);
563
_DPHost
.SetValue(StickyNoteControl.IsActiveProperty, false);
571
_DPHost
.SetValue(StickyNoteControl.IsActiveProperty, true);
712
bool currentState = (bool)
_DPHost
.GetValue(StickyNoteControl.IsMouseOverAnchorProperty);
716
_DPHost
.SetValue(StickyNoteControl.IsMouseOverAnchorPropertyKey, newState);