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