2 references to ContentBoxProperty
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedPage.cs (2)
523
get { return (Rect) GetValue(
ContentBoxProperty
); }
524
set { SetValue(
ContentBoxProperty
, value); }