7 references to OwnerProperty
PresentationFramework (7)
src\Framework\System\Windows\Controls\PopupControlService.cs (7)
518_currentToolTip.SetValue(OwnerProperty, o); 602_currentToolTip.ClearValue(OwnerProperty); 629toolTip.ClearValue(OwnerProperty); 885cm.SetValue(OwnerProperty, o); 924DependencyObject o = (DependencyObject)cm.GetValue(OwnerProperty); 927cm.ClearValue(OwnerProperty); 1173DependencyObject owner = (DependencyObject)o.GetValue(OwnerProperty);