14 references to S_OK
PresentationCore (14)
Core\CSharp\System\Windows\Media\Imaging\BitmapDecoder.cs (2)
676if (hr == HRESULT.S_OK) 851if (hr == HRESULT.S_OK)
Core\CSharp\System\Windows\Media\Imaging\BitmapEncoder.cs (2)
725if (hr == HRESULT.S_OK) 754if (hr == HRESULT.S_OK)
Core\CSharp\System\Windows\Media\Imaging\BitmapFrameDecode.cs (1)
667if (hr == HRESULT.S_OK)
Core\CSharp\System\Windows\Media\Imaging\BitmapPalette.cs (1)
207if (hr != HRESULT.S_OK)
Core\CSharp\System\Windows\Media\Imaging\BitmapSourceSafeMILHandle.cs (3)
119if (hr == HRESULT.S_OK) 140if (hr == HRESULT.S_OK) 145if (hr == HRESULT.S_OK)
Core\CSharp\System\Windows\Media\Imaging\PropVariant.cs (2)
762if (hr == HRESULT.S_OK) 776if (hr == HRESULT.S_OK)
Graphics\include\exports.cs (3)
770int hr = HRESULT.S_OK; 810int hr = HRESULT.S_OK; 850int hr = HRESULT.S_OK;