1 write to _DPHost
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (1)
70
_DPHost
= host == null ? this : host;
6 references to _DPHost
PresentationFramework (6)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (6)
358
if (
_DPHost
!= null)
359
KeyboardNavigation.SetTabIndex(
_DPHost
, index);
581
_DPHost
.SetValue(StickyNoteControl.IsActiveProperty, false);
589
_DPHost
.SetValue(StickyNoteControl.IsActiveProperty, true);
734
bool currentState = (bool)
_DPHost
.GetValue(StickyNoteControl.IsMouseOverAnchorProperty);
738
_DPHost
.SetValue(StickyNoteControl.IsMouseOverAnchorPropertyKey, newState);