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