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