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