4 references to DataProperty
PresentationFramework (4)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3276DependencyProperty dp = System.Windows.Shapes.Path.DataProperty;
System\Windows\Markup\KnownTypes.cs (1)
1847return System.Windows.Shapes.Path.DataProperty;
System\Windows\Shapes\Path.cs (2)
55return (Geometry)GetValue(DataProperty); 59SetValue(DataProperty, value);