9 references to OwnerProperty
PresentationFramework (9)
System\Windows\Controls\PopupControlService.cs (9)
460_currentToolTip.SetValue(OwnerProperty, o); 549_sentinelToolTip.SetValue(OwnerProperty, null); 634tooltip.ClearValue(OwnerProperty); 810return t?.GetValue(OwnerProperty) as DependencyObject; 824_sentinelToolTip.SetValue(OwnerProperty, o); 1000cm.SetValue(OwnerProperty, o); 1039DependencyObject o = (DependencyObject)cm.GetValue(OwnerProperty); 1042cm.ClearValue(OwnerProperty); 1262DependencyObject owner = (DependencyObject)o.GetValue(OwnerProperty);