7 references to RightProperty
PresentationFramework (7)
src\Framework\System\Windows\Controls\Canvas.cs (4)
137
/// <seealso cref="Canvas.
RightProperty
" />
143
return (double)element.GetValue(
RightProperty
);
151
/// <seealso cref="Canvas.
RightProperty
" />
155
element.SetValue(
RightProperty
, length);
src\Framework\System\Windows\Documents\FixedPage.cs (2)
283
/// <seealso cref="Canvas.
RightProperty
" />
298
/// <seealso cref="Canvas.
RightProperty
" />
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8333
DependencyProperty dp = System.Windows.Controls.Canvas.
RightProperty
;