6 references to ShouldGetValueFromStyle
PresentationFramework (6)
System\Windows\FrameworkElement.cs (2)
1213if ((fe != startNode.FE) || StyleHelper.ShouldGetValueFromStyle(dp)) 1249if ((fce != startNode.FCE) || StyleHelper.ShouldGetValueFromStyle(dp))
System\Windows\StyleHelper.cs (4)
126if(ShouldGetValueFromStyle ( FrameworkElement.DefaultStyleKeyProperty ) ) 133if(ShouldGetValueFromStyle ( FrameworkContentElement.DefaultStyleKeyProperty ) ) 293if( StyleHelper.ShouldGetValueFromStyle(templateProperty) 3875if ((style != null) && StyleHelper.ShouldGetValueFromStyle(dp))