5 references to BottomProperty
PresentationFramework (5)
System\Windows\Controls\InkCanvas.cs (5)
455/// <seealso cref="InkCanvas.BottomProperty" /> 461return (double)element.GetValue(BottomProperty); 469/// <seealso cref="InkCanvas.BottomProperty" /> 473element.SetValue(BottomProperty, length); 566Debug.Assert(e.Property == InkCanvas.RightProperty || e.Property == InkCanvas.BottomProperty,