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