9 references to OwnerProperty
PresentationFramework (9)
System\Windows\Controls\PopupControlService.cs (9)
464_currentToolTip.SetValue(OwnerProperty, o); 555_sentinelToolTip.SetValue(OwnerProperty, null); 641tooltip.ClearValue(OwnerProperty); 817return t?.GetValue(OwnerProperty) as DependencyObject; 831_sentinelToolTip.SetValue(OwnerProperty, o); 1007cm.SetValue(OwnerProperty, o); 1046DependencyObject o = (DependencyObject)cm.GetValue(OwnerProperty); 1049cm.ClearValue(OwnerProperty); 1269DependencyObject owner = (DependencyObject)o.GetValue(OwnerProperty);