11 references to UnspecifiedDoubleValue
ReachFramework (11)
PrintConfig\PageMediaSize.cs (2)
388/// <see cref="PrintSchema.UnspecifiedDoubleValue"/>. 423/// <see cref="PrintSchema.UnspecifiedDoubleValue"/>.
PrintConfig\PrintSchema.cs (1)
2269return PrintSchema.UnspecifiedDoubleValue;
PrintConfig\PrtCap_Public_Simple.cs (8)
399(_printCap.PageImageableSizeCapability.ImageableSizeWidth != PrintSchema.UnspecifiedDoubleValue)) 419(_printCap.PageImageableSizeCapability.ImageableSizeHeight != PrintSchema.UnspecifiedDoubleValue)) 545if ((area.OriginWidth != PrintSchema.UnspecifiedDoubleValue) && 546(area.OriginHeight != PrintSchema.UnspecifiedDoubleValue) && 547(area.ExtentWidth != PrintSchema.UnspecifiedDoubleValue) && 548(area.ExtentHeight != PrintSchema.UnspecifiedDoubleValue)) 581if ((option.MediaSizeWidth != PrintSchema.UnspecifiedDoubleValue) && 582(option.MediaSizeHeight != PrintSchema.UnspecifiedDoubleValue))