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