3 references to GetValueFromStyleOrTemplate
PresentationFramework (3)
System\Windows\FrameworkContentElement.cs (1)
526
if (StyleHelper.
GetValueFromStyleOrTemplate
(new FrameworkObject(null, this), dp, ref entry))
System\Windows\FrameworkElement.cs (1)
1881
if (StyleHelper.
GetValueFromStyleOrTemplate
(new FrameworkObject(this, null), dp, ref entry))
System\Windows\StyleHelper.cs (1)
3844
if (
GetValueFromStyleOrTemplate
(fo, dp, ref newEntry))