3 references to GetValueFromStyleOrTemplate
PresentationFramework (3)
src\Framework\System\Windows\FrameworkContentElement.cs (1)
532
if (StyleHelper.
GetValueFromStyleOrTemplate
(new FrameworkObject(null, this), dp, ref entry))
src\Framework\System\Windows\FrameworkElement.cs (1)
1880
if (StyleHelper.
GetValueFromStyleOrTemplate
(new FrameworkObject(this, null), dp, ref entry))
src\Framework\System\Windows\StyleHelper.cs (1)
3843
if (
GetValueFromStyleOrTemplate
(fo, dp, ref newEntry))