16 references to ContextBits
PresentationFramework (16)
System\Windows\Markup\XamlParseException.cs (16)
343
ContextBits
flags = 0;
346
flags |=
ContextBits
.Type;
349
flags |=
ContextBits
.File;
352
flags |=
ContextBits
.Line;
360
case
ContextBits
.Type:
364
case
ContextBits
.File:
368
case
ContextBits
.Type |
ContextBits
.File:
372
case
ContextBits
.Line:
376
case
ContextBits
.Type |
ContextBits
.Line:
380
case
ContextBits
.File |
ContextBits
.Line:
384
case
ContextBits
.Type |
ContextBits
.File |
ContextBits
.Line: