5 references to BottomProperty
PresentationFramework (5)
System\Windows\Controls\InkCanvas.cs (5)
464/// <seealso cref="InkCanvas.BottomProperty" /> 470return (double)element.GetValue(BottomProperty); 478/// <seealso cref="InkCanvas.BottomProperty" /> 482element.SetValue(BottomProperty, length); 575Debug.Assert(e.Property == InkCanvas.RightProperty || e.Property == InkCanvas.BottomProperty,