6 references to ShouldGetValueFromStyle
PresentationFramework (6)
System\Windows\FrameworkElement.cs (2)
1224if ((fe != startNode.FE) || StyleHelper.ShouldGetValueFromStyle(dp)) 1260if ((fce != startNode.FCE) || StyleHelper.ShouldGetValueFromStyle(dp))
System\Windows\StyleHelper.cs (4)
140if(ShouldGetValueFromStyle ( FrameworkElement.DefaultStyleKeyProperty ) ) 147if(ShouldGetValueFromStyle ( FrameworkContentElement.DefaultStyleKeyProperty ) ) 307if( StyleHelper.ShouldGetValueFromStyle(templateProperty) 3875if ((style != null) && StyleHelper.ShouldGetValueFromStyle(dp))