src\Framework\System\Windows\Controls\Canvas.cs (4)
219= DependencyProperty.RegisterAttached("Left", typeof(double), typeof(Canvas),
230= DependencyProperty.RegisterAttached("Top", typeof(double), typeof(Canvas),
242= DependencyProperty.RegisterAttached("Right", typeof(double), typeof(Canvas),
253= DependencyProperty.RegisterAttached("Bottom", typeof(double), typeof(Canvas),
src\Framework\System\Windows\Controls\InkCanvas.cs (4)
436DependencyProperty.RegisterAttached("Top", typeof(double), typeof(InkCanvas),
470DependencyProperty.RegisterAttached("Bottom", typeof(double), typeof(InkCanvas),
504DependencyProperty.RegisterAttached("Left", typeof(double), typeof(InkCanvas),
538DependencyProperty.RegisterAttached("Right", typeof(double), typeof(InkCanvas),