7 references to RightProperty
PresentationFramework (7)
System\Windows\Controls\Canvas.cs (4)
122
/// <seealso cref="Canvas.
RightProperty
" />
128
return (double)element.GetValue(
RightProperty
);
136
/// <seealso cref="Canvas.
RightProperty
" />
140
element.SetValue(
RightProperty
, length);
System\Windows\Documents\FixedPage.cs (2)
270
/// <seealso cref="Canvas.
RightProperty
" />
285
/// <seealso cref="Canvas.
RightProperty
" />
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
9065
DependencyProperty dp = System.Windows.Controls.Canvas.
RightProperty
;