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