9 references to OwnerProperty
PresentationFramework (9)
System\Windows\Controls\PopupControlService.cs (9)
463_currentToolTip.SetValue(OwnerProperty, o); 554_sentinelToolTip.SetValue(OwnerProperty, null); 640tooltip.ClearValue(OwnerProperty); 816return t?.GetValue(OwnerProperty) as DependencyObject; 830_sentinelToolTip.SetValue(OwnerProperty, o); 1006cm.SetValue(OwnerProperty, o); 1045DependencyObject o = (DependencyObject)cm.GetValue(OwnerProperty); 1048cm.ClearValue(OwnerProperty); 1268DependencyObject owner = (DependencyObject)o.GetValue(OwnerProperty);