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