7 references to RightProperty
PresentationFramework (7)
System\Windows\Controls\Canvas.cs (4)
131
/// <seealso cref="Canvas.
RightProperty
" />
137
return (double)element.GetValue(
RightProperty
);
145
/// <seealso cref="Canvas.
RightProperty
" />
149
element.SetValue(
RightProperty
, length);
System\Windows\Documents\FixedPage.cs (2)
276
/// <seealso cref="Canvas.
RightProperty
" />
291
/// <seealso cref="Canvas.
RightProperty
" />
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8375
DependencyProperty dp = System.Windows.Controls.Canvas.
RightProperty
;