12 references to XPS_RECT
ReachFramework (12)
Serialization\RCW\IXpsOMObjectFactory.cs (4)
118
IXpsOMImageBrush CreateImageBrush([MarshalAs(UnmanagedType.Interface)] [In] IXpsOMImageResource image, [ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_RECT")] [In] ref
XPS_RECT
viewbox, [ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_RECT")] [In] ref
XPS_RECT
viewport);
122
IXpsOMVisualBrush CreateVisualBrush([ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_RECT")] [In] ref
XPS_RECT
viewbox, [ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_RECT")] [In] ref
XPS_RECT
viewport);
Serialization\RCW\IXpsOMPage.cs (4)
51
XPS_RECT
GetContentBox();
54
void SetContentBox([ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_RECT")] [In] ref
XPS_RECT
contentBox);
58
XPS_RECT
GetBleedBox();
61
void SetBleedBox([ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_RECT")] [In] ref
XPS_RECT
bleedBox);
Serialization\RCW\IXpsOMTileBrush.cs (4)
35
XPS_RECT
GetViewbox();
37
XPS_RECT
GetViewport();
45
void SetViewbox([In][ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_RECT")] ref
XPS_RECT
viewbox);
47
void SetViewport([In][ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_RECT")] ref
XPS_RECT
viewport);