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