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