5 references to BottomProperty
PresentationFramework (5)
System\Windows\Controls\InkCanvas.cs (5)
465/// <seealso cref="InkCanvas.BottomProperty" /> 471return (double)element.GetValue(BottomProperty); 479/// <seealso cref="InkCanvas.BottomProperty" /> 483element.SetValue(BottomProperty, length); 576Debug.Assert(e.Property == InkCanvas.RightProperty || e.Property == InkCanvas.BottomProperty,