9 references to OwnerProperty
PresentationFramework (9)
System\Windows\Controls\PopupControlService.cs (9)
470_currentToolTip.SetValue(OwnerProperty, o); 559_sentinelToolTip.SetValue(OwnerProperty, null); 644tooltip.ClearValue(OwnerProperty); 820return t?.GetValue(OwnerProperty) as DependencyObject; 834_sentinelToolTip.SetValue(OwnerProperty, o); 1010cm.SetValue(OwnerProperty, o); 1049DependencyObject o = (DependencyObject)cm.GetValue(OwnerProperty); 1052cm.ClearValue(OwnerProperty); 1272DependencyObject owner = (DependencyObject)o.GetValue(OwnerProperty);