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