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