3 references to BottomProperty
PresentationFramework (3)
System\Windows\Controls\InkCanvas.cs (3)
470return (double)element.GetValue(BottomProperty); 482element.SetValue(BottomProperty, length); 575Debug.Assert(e.Property == InkCanvas.RightProperty || e.Property == InkCanvas.BottomProperty,