16 references to ContextBits
PresentationFramework (16)
System\Windows\Markup\XamlParseException.cs (16)
351
ContextBits
flags = 0;
354
flags |=
ContextBits
.Type;
357
flags |=
ContextBits
.File;
360
flags |=
ContextBits
.Line;
368
case
ContextBits
.Type:
372
case
ContextBits
.File:
376
case
ContextBits
.Type |
ContextBits
.File:
380
case
ContextBits
.Line:
384
case
ContextBits
.Type |
ContextBits
.Line:
388
case
ContextBits
.File |
ContextBits
.Line:
392
case
ContextBits
.Type |
ContextBits
.File |
ContextBits
.Line: