16 references to ContextBits
PresentationFramework (16)
System\Windows\Markup\XamlParseException.cs (16)
342
ContextBits
flags = 0;
345
flags |=
ContextBits
.Type;
348
flags |=
ContextBits
.File;
351
flags |=
ContextBits
.Line;
359
case
ContextBits
.Type:
363
case
ContextBits
.File:
367
case
ContextBits
.Type |
ContextBits
.File:
371
case
ContextBits
.Line:
375
case
ContextBits
.Type |
ContextBits
.Line:
379
case
ContextBits
.File |
ContextBits
.Line:
383
case
ContextBits
.Type |
ContextBits
.File |
ContextBits
.Line: