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)
2367return HRESULT.S_OK; 2378return HRESULT.S_OK; 2640return dwmResult == HRESULT.S_OK;