3 references to BottomProperty
PresentationFramework (3)
System\Windows\Controls\Canvas.cs (2)
153return (double)element.GetValue(BottomProperty); 165element.SetValue(BottomProperty, length);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
9049DependencyProperty dp = System.Windows.Controls.Canvas.BottomProperty;