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