1 instantiation of XPS_SIZE
ReachFramework (1)
Serialization\Manager\XpsOMPackagingPolicy.cs (1)
891
XPS_SIZE xpsSize = new
XPS_SIZE
() { width = (float)_currentPageSize.Width, height = (float)_currentPageSize.Height };
11 references to XPS_SIZE
ReachFramework (11)
Serialization\Manager\XpsOMPackagingPolicy.cs (1)
891
XPS_SIZE
xpsSize = new XPS_SIZE() { width = (float)_currentPageSize.Width, height = (float)_currentPageSize.Height };
Serialization\RCW\IXpsOMObjectFactory.cs (3)
74
IXpsOMPageReference CreatePageReference([ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_SIZE")] [In] ref
XPS_SIZE
advisoryPageDimensions);
78
IXpsOMPage CreatePage([ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_SIZE")] [In] ref
XPS_SIZE
pageDimensions, [MarshalAs(UnmanagedType.LPWStr)] [In] string language, [MarshalAs(UnmanagedType.Interface)] [In] IOpcPartUri partUri);
146
IXpsOMRadialGradientBrush CreateRadialGradientBrush([MarshalAs(UnmanagedType.Interface)] [In] IXpsOMGradientStop gradStop1, [MarshalAs(UnmanagedType.Interface)] [In] IXpsOMGradientStop gradStop2, [ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_POINT")] [In] ref XPS_POINT centerPoint, [ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_POINT")] [In] ref XPS_POINT gradientOrigin, [ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_SIZE")] [In] ref
XPS_SIZE
radiiSizes);
Serialization\RCW\IXpsOMPackageWriter.cs (1)
32
void AddPage([MarshalAs(UnmanagedType.Interface)] [In] IXpsOMPage page, [ComAliasName("MSXPS.XPS_SIZE")] [In] ref
XPS_SIZE
advisoryPageDimensions, [MarshalAs(UnmanagedType.Interface)] [In] IXpsOMPartUriCollection discardableResourceParts, [MarshalAs(UnmanagedType.Interface)] [In] IXpsOMStoryFragmentsResource storyFragments, [MarshalAs(UnmanagedType.Interface)] [In] IXpsOMPrintTicketResource pagePrintTicket, [MarshalAs(UnmanagedType.Interface)] [In] IXpsOMImageResource pageThumbnail);
Serialization\RCW\IXpsOMPage.cs (2)
44
XPS_SIZE
GetPageDimensions();
47
void SetPageDimensions([ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_SIZE")] [In] ref
XPS_SIZE
pageDimensions);
Serialization\RCW\IXpsOMPageReference.cs (2)
34
XPS_SIZE
GetAdvisoryPageDimensions();
50
void SetAdvisoryPageDimensions([In][ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_SIZE")] ref
XPS_SIZE
pageDimensions);
Serialization\RCW\IXpsOMRadialGradientBrush.cs (2)
32
XPS_SIZE
GetRadiiSizes();
38
void SetRadiiSizes([In][ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_SIZE")] ref
XPS_SIZE
radiiSizes);