4 references to DataProperty
PresentationFramework (4)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3163DependencyProperty dp = System.Windows.Shapes.Path.DataProperty;
System\Windows\Markup\KnownTypes.cs (1)
1854return System.Windows.Shapes.Path.DataProperty;
System\Windows\Shapes\Path.cs (2)
56return (Geometry)GetValue(DataProperty); 60SetValue(DataProperty, value);