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