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)
337if (_DPHost != null) 338KeyboardNavigation.SetTabIndex(_DPHost, index); 555_DPHost.SetValue(StickyNoteControl.IsActiveProperty, false); 562_DPHost.SetValue(StickyNoteControl.IsActiveProperty, true); 709bool currentState = (bool)_DPHost.GetValue(StickyNoteControl.IsMouseOverAnchorProperty); 713_DPHost.SetValue(StickyNoteControl.IsMouseOverAnchorPropertyKey, newState);