7 references to BottomProperty
PresentationFramework (7)
src\Framework\System\Windows\Controls\Canvas.cs (4)
163/// <seealso cref="Canvas.BottomProperty" /> 169return (double)element.GetValue(BottomProperty); 177/// <seealso cref="Canvas.BottomProperty" /> 181element.SetValue(BottomProperty, length);
src\Framework\System\Windows\Documents\FixedPage.cs (2)
311/// <seealso cref="Canvas.BottomProperty" /> 326/// <seealso cref="Canvas.BottomProperty" />
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8316DependencyProperty dp = System.Windows.Controls.Canvas.BottomProperty;