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