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