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