6 references to S_OK
PresentationFramework (6)
System\Windows\Appearance\WindowBackdropManager.cs (3)
85return dwmResult == HRESULT.S_OK; 94return dwmResult == HRESULT.S_OK; 135return new HRESULT((uint)dwmApiResult) == HRESULT.S_OK;
System\Windows\Standard\NativeMethods.cs (3)
2325return HRESULT.S_OK; 2336return HRESULT.S_OK; 2564return dwmResult == HRESULT.S_OK;