5 references to ShouldGetValueFromStyle
PresentationFramework (5)
System\Windows\FrameworkElement.cs (2)
1209if ((fe != startNode.FE) || StyleHelper.ShouldGetValueFromStyle(dp)) 1245if ((fce != startNode.FCE) || StyleHelper.ShouldGetValueFromStyle(dp))
System\Windows\StyleHelper.cs (3)
125if(ShouldGetValueFromStyle ( FrameworkElement.DefaultStyleKeyProperty ) ) 132if(ShouldGetValueFromStyle ( FrameworkContentElement.DefaultStyleKeyProperty ) ) 3862if ((style != null) && StyleHelper.ShouldGetValueFromStyle(dp))