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