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)
2330return HRESULT.S_OK; 2341return HRESULT.S_OK; 2569return dwmResult == HRESULT.S_OK;