6 references to S_OK
PresentationFramework (6)
System\Windows\Appearance\WindowBackdropManager.cs (3)
82return dwmResult == HRESULT.S_OK; 91return dwmResult == HRESULT.S_OK; 132return new HRESULT((uint)dwmApiResult) == HRESULT.S_OK;
System\Windows\Standard\NativeMethods.cs (3)
2334return HRESULT.S_OK; 2345return HRESULT.S_OK; 2573return dwmResult == HRESULT.S_OK;