7 references to BottomProperty
PresentationFramework (7)
System\Windows\Controls\Canvas.cs (4)
148
/// <seealso cref="Canvas.
BottomProperty
" />
154
return (double)element.GetValue(
BottomProperty
);
162
/// <seealso cref="Canvas.
BottomProperty
" />
166
element.SetValue(
BottomProperty
, length);
System\Windows\Documents\FixedPage.cs (2)
296
/// <seealso cref="Canvas.
BottomProperty
" />
311
/// <seealso cref="Canvas.
BottomProperty
" />
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8356
DependencyProperty dp = System.Windows.Controls.Canvas.
BottomProperty
;