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