6 references to S_OK
PresentationFramework (6)
System\Windows\Appearance\WindowBackdropManager.cs (3)
82
return dwmResult == HRESULT.
S_OK
;
91
return dwmResult == HRESULT.
S_OK
;
132
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
;