6 references to S_OK
PresentationFramework (6)
System\Windows\Appearance\WindowBackdropManager.cs (2)
85
return dwmResult == HRESULT.
S_OK
;
94
return dwmResult == HRESULT.
S_OK
;
System\Windows\Standard\NativeMethods.cs (4)
2327
return HRESULT.
S_OK
;
2338
return HRESULT.
S_OK
;
2519
if(hr == HRESULT.
S_OK
)
2589
return dwmResult == HRESULT.
S_OK
;