5 references to Property
PresentationFramework (5)
src\Framework\System\Windows\FrameworkTemplate.cs (1)
834binding.Path = new PropertyPath(templateBindingExtension.Property);
src\Framework\System\Windows\StyleHelper.cs (2)
640DependencyProperty sourceProperty = templateBinding.Property; // Container 2755DependencyProperty sourceProperty = templateBinding.Property;
src\Framework\System\Windows\TemplateBindingExtension.cs (1)
62if (Property == null)
src\Framework\System\Windows\TemplateBindingExtensionConverter.cs (1)
66new object[] { templateBinding.Property });