8 references to FILTER_E_ACCESS
PresentationFramework (8)
MS\Internal\IO\Packaging\XamlFilter.cs (1)
226
throw new COMException(SR.FilterGetChunkNoStream, (int)FilterErrorCode.
FILTER_E_ACCESS
);
MS\Internal\IO\Packaging\XpsFilter.cs (7)
84
(int)FilterErrorCode.
FILTER_E_ACCESS
);
112
(int)FilterErrorCode.
FILTER_E_ACCESS
);
159
(int)FilterErrorCode.
FILTER_E_ACCESS
);
198
(int)FilterErrorCode.
FILTER_E_ACCESS
);
283
(int)FilterErrorCode.
FILTER_E_ACCESS
);
430
throw new COMException(ex.Message, (int)FilterErrorCode.
FILTER_E_ACCESS
);
559
throw new COMException(ex.Message, (int)FilterErrorCode.
FILTER_E_ACCESS
);