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