7 references to BottomProperty
PresentationFramework (7)
System\Windows\Controls\Canvas.cs (4)
148/// <seealso cref="Canvas.BottomProperty" /> 154return (double)element.GetValue(BottomProperty); 162/// <seealso cref="Canvas.BottomProperty" /> 166element.SetValue(BottomProperty, length);
System\Windows\Documents\FixedPage.cs (2)
296/// <seealso cref="Canvas.BottomProperty" /> 311/// <seealso cref="Canvas.BottomProperty" />
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8356DependencyProperty dp = System.Windows.Controls.Canvas.BottomProperty;