5 references to ShouldGetValueFromStyle
PresentationFramework (5)
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 (3)
125
if(
ShouldGetValueFromStyle
( FrameworkElement.DefaultStyleKeyProperty ) )
132
if(
ShouldGetValueFromStyle
( FrameworkContentElement.DefaultStyleKeyProperty ) )
3862
if ((style != null) && StyleHelper.
ShouldGetValueFromStyle
(dp))