7 references to RightProperty
PresentationFramework (7)
System\Windows\Controls\Canvas.cs (4)
121
/// <seealso cref="Canvas.
RightProperty
" />
127
return (double)element.GetValue(
RightProperty
);
135
/// <seealso cref="Canvas.
RightProperty
" />
139
element.SetValue(
RightProperty
, length);
System\Windows\Documents\FixedPage.cs (2)
269
/// <seealso cref="Canvas.
RightProperty
" />
284
/// <seealso cref="Canvas.
RightProperty
" />
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
9064
DependencyProperty dp = System.Windows.Controls.Canvas.
RightProperty
;