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)
358if (_DPHost != null) 359KeyboardNavigation.SetTabIndex(_DPHost, index); 581_DPHost.SetValue(StickyNoteControl.IsActiveProperty, false); 589_DPHost.SetValue(StickyNoteControl.IsActiveProperty, true); 734bool currentState = (bool)_DPHost.GetValue(StickyNoteControl.IsMouseOverAnchorProperty); 738_DPHost.SetValue(StickyNoteControl.IsMouseOverAnchorPropertyKey, newState);