6 references to S_OK
PresentationFramework (6)
System\Windows\Appearance\WindowBackdropManager.cs (3)
83
return dwmResult == HRESULT.
S_OK
;
92
return dwmResult == HRESULT.
S_OK
;
133
return new HRESULT((uint)dwmApiResult) == HRESULT.
S_OK
;
System\Windows\Standard\NativeMethods.cs (3)
2335
return HRESULT.
S_OK
;
2346
return HRESULT.
S_OK
;
2574
return dwmResult == HRESULT.
S_OK
;