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)
344if (_DPHost != null) 345KeyboardNavigation.SetTabIndex(_DPHost, index); 563_DPHost.SetValue(StickyNoteControl.IsActiveProperty, false); 571_DPHost.SetValue(StickyNoteControl.IsActiveProperty, true); 712bool currentState = (bool)_DPHost.GetValue(StickyNoteControl.IsMouseOverAnchorProperty); 716_DPHost.SetValue(StickyNoteControl.IsMouseOverAnchorPropertyKey, newState);