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