1 write to s_templatedParent
PresentationFramework (1)
src\Framework\System\Windows\Data\RelativeSource.cs (1)
122
s_templatedParent
= new RelativeSource(RelativeSourceMode.TemplatedParent);
2 references to s_templatedParent
PresentationFramework (2)
src\Framework\System\Windows\Data\RelativeSource.cs (2)
120
if (
s_templatedParent
== null)
124
return
s_templatedParent
;