8 references to FILTER_E_ACCESS
PresentationFramework (8)
src\Framework\MS\Internal\IO\Packaging\XamlFilter.cs (1)
246
throw new COMException(SR.Get(SRID.FilterGetChunkNoStream), (int)FilterErrorCode.
FILTER_E_ACCESS
);
src\Framework\MS\Internal\IO\Packaging\XpsFilter.cs (7)
87
(int)FilterErrorCode.
FILTER_E_ACCESS
);
122
(int)FilterErrorCode.
FILTER_E_ACCESS
);
169
(int)FilterErrorCode.
FILTER_E_ACCESS
);
208
(int)FilterErrorCode.
FILTER_E_ACCESS
);
293
(int)FilterErrorCode.
FILTER_E_ACCESS
);
440
throw new COMException(ex.Message, (int)FilterErrorCode.
FILTER_E_ACCESS
);
581
throw new COMException(ex.Message, (int)FilterErrorCode.
FILTER_E_ACCESS
);