22 references to MILErrors
PresentationCore (22)
Core\CSharp\System\Windows\Media\Geometry.cs (7)
221
if (hr == (int)
MILErrors
.WGXERR_BADNUMBER)
320
if (hr == (int)
MILErrors
.WGXERR_BADNUMBER)
451
if (hr == (int)
MILErrors
.WGXERR_BADNUMBER)
505
if (hr == (int)
MILErrors
.WGXERR_BADNUMBER)
665
if (hr == (int)
MILErrors
.WGXERR_BADNUMBER)
776
if (hr == (int)
MILErrors
.WGXERR_BADNUMBER)
912
if (hr == (int)
MILErrors
.WGXERR_BADNUMBER)
Core\CSharp\System\Windows\Media\PathGeometry.cs (3)
705
if (hr == (int)
MILErrors
.WGXERR_BADNUMBER)
863
if (hr == (int)
MILErrors
.WGXERR_BADNUMBER)
925
if (hr == (int)
MILErrors
.WGXERR_BADNUMBER)
Graphics\include\wgx_render.cs (12)
929
case (int)
MILErrors
.WGXERR_DISPLAYSTATEINVALID:
932
case (int)
MILErrors
.WGXERR_NONINVERTIBLEMATRIX:
935
case (int)
MILErrors
.WGXERR_AV_INVALIDWMPVERSION:
938
case (int)
MILErrors
.WGXERR_AV_INSUFFICIENTVIDEORESOURCES:
941
case (int)
MILErrors
.WGXERR_AV_VIDEOACCELERATIONNOTAVAILABLE:
944
case (int)
MILErrors
.WGXERR_AV_MEDIAPLAYERCLOSED:
963
case (int)
MILErrors
.WGXERR_BADNUMBER:
966
case (int)
MILErrors
.WGXERR_D3DI_INVALIDSURFACEUSAGE:
968
case (int)
MILErrors
.WGXERR_D3DI_INVALIDSURFACESIZE:
970
case (int)
MILErrors
.WGXERR_D3DI_INVALIDSURFACEPOOL:
972
case (int)
MILErrors
.WGXERR_D3DI_INVALIDSURFACEDEVICE:
974
case (int)
MILErrors
.WGXERR_D3DI_INVALIDANTIALIASINGSETTINGS: