7 references to ShouldGetValueFromStyle
PresentationFramework (7)
src\Framework\System\Windows\FrameworkElement.cs (2)
1230if ((fe != startNode.FE) || StyleHelper.ShouldGetValueFromStyle(dp)) 1266if ((fce != startNode.FCE) || StyleHelper.ShouldGetValueFromStyle(dp))
src\Framework\System\Windows\StyleHelper.cs (5)
133if(ShouldGetValueFromStyle ( FrameworkElement.DefaultStyleKeyProperty ) ) 140if(ShouldGetValueFromStyle ( FrameworkContentElement.DefaultStyleKeyProperty ) ) 182if(ShouldGetValueFromStyle ( FrameworkElement.DefaultStyleKeyProperty ) ) 196if(ShouldGetValueFromStyle ( FrameworkContentElement.DefaultStyleKeyProperty) ) 3874if ((style != null) && StyleHelper.ShouldGetValueFromStyle(dp))