9 references to OwnerProperty
PresentationFramework (9)
System\Windows\Controls\PopupControlService.cs (9)
463_currentToolTip.SetValue(OwnerProperty, o); 551_sentinelToolTip.SetValue(OwnerProperty, null); 637tooltip.ClearValue(OwnerProperty); 813return t?.GetValue(OwnerProperty) as DependencyObject; 827_sentinelToolTip.SetValue(OwnerProperty, o); 1003cm.SetValue(OwnerProperty, o); 1042DependencyObject o = (DependencyObject)cm.GetValue(OwnerProperty); 1045cm.ClearValue(OwnerProperty); 1265DependencyObject owner = (DependencyObject)o.GetValue(OwnerProperty);