8 references to FILTER_E_ACCESS
PresentationFramework (8)
MS\Internal\IO\Packaging\XamlFilter.cs (1)
219
throw new COMException(SR.FilterGetChunkNoStream, (int)FilterErrorCode.
FILTER_E_ACCESS
);
MS\Internal\IO\Packaging\XpsFilter.cs (7)
77
(int)FilterErrorCode.
FILTER_E_ACCESS
);
105
(int)FilterErrorCode.
FILTER_E_ACCESS
);
152
(int)FilterErrorCode.
FILTER_E_ACCESS
);
191
(int)FilterErrorCode.
FILTER_E_ACCESS
);
276
(int)FilterErrorCode.
FILTER_E_ACCESS
);
423
throw new COMException(ex.Message, (int)FilterErrorCode.
FILTER_E_ACCESS
);
552
throw new COMException(ex.Message, (int)FilterErrorCode.
FILTER_E_ACCESS
);