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