6 references to S_OK
PresentationFramework (6)
System\Windows\Appearance\WindowBackdropManager.cs (3)
83return dwmResult == HRESULT.S_OK; 92return dwmResult == HRESULT.S_OK; 133return new HRESULT((uint)dwmApiResult) == HRESULT.S_OK;
System\Windows\Standard\NativeMethods.cs (3)
2335return HRESULT.S_OK; 2346return HRESULT.S_OK; 2574return dwmResult == HRESULT.S_OK;