5 references to Property
PresentationFramework (5)
System\Windows\FrameworkTemplate.cs (1)
818Path = new PropertyPath(templateBindingExtension.Property),
System\Windows\StyleHelper.cs (2)
623DependencyProperty sourceProperty = templateBinding.Property; // Container 2743DependencyProperty sourceProperty = templateBinding.Property;
System\Windows\TemplateBindingExtension.cs (1)
55if (Property == null)
System\Windows\TemplateBindingExtensionConverter.cs (1)
54new object[] { templateBinding.Property });