1 write to _DPHost
PresentationFramework (1)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
57_DPHost = host == null ? this : host;
6 references to _DPHost
PresentationFramework (6)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (6)
338if (_DPHost != null) 339KeyboardNavigation.SetTabIndex(_DPHost, index); 557_DPHost.SetValue(StickyNoteControl.IsActiveProperty, false); 565_DPHost.SetValue(StickyNoteControl.IsActiveProperty, true); 706bool currentState = (bool)_DPHost.GetValue(StickyNoteControl.IsMouseOverAnchorProperty); 710_DPHost.SetValue(StickyNoteControl.IsMouseOverAnchorPropertyKey, newState);