7 references to BottomProperty
PresentationFramework (7)
System\Windows\Controls\Canvas.cs (4)
147/// <seealso cref="Canvas.BottomProperty" /> 153return (double)element.GetValue(BottomProperty); 161/// <seealso cref="Canvas.BottomProperty" /> 165element.SetValue(BottomProperty, length);
System\Windows\Documents\FixedPage.cs (2)
297/// <seealso cref="Canvas.BottomProperty" /> 312/// <seealso cref="Canvas.BottomProperty" />
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
9045DependencyProperty dp = System.Windows.Controls.Canvas.BottomProperty;