16 references to ContextBits
PresentationFramework (16)
src\Framework\System\Windows\Markup\XamlParseException.cs (16)
364
ContextBits
flags = 0;
367
flags |=
ContextBits
.Type;
370
flags |=
ContextBits
.File;
373
flags |=
ContextBits
.Line;
381
case
ContextBits
.Type:
385
case
ContextBits
.File:
389
case
ContextBits
.Type |
ContextBits
.File:
393
case
ContextBits
.Line:
397
case
ContextBits
.Type |
ContextBits
.Line:
401
case
ContextBits
.File |
ContextBits
.Line:
405
case
ContextBits
.Type |
ContextBits
.File |
ContextBits
.Line: