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