7 references to BottomProperty
PresentationFramework (7)
System\Windows\Controls\Canvas.cs (4)
157/// <seealso cref="Canvas.BottomProperty" /> 163return (double)element.GetValue(BottomProperty); 171/// <seealso cref="Canvas.BottomProperty" /> 175element.SetValue(BottomProperty, length);
System\Windows\Documents\FixedPage.cs (2)
304/// <seealso cref="Canvas.BottomProperty" /> 319/// <seealso cref="Canvas.BottomProperty" />
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8358DependencyProperty dp = System.Windows.Controls.Canvas.BottomProperty;