6 references to ConstructorParams
PresentationFramework (6)
System\Windows\Markup\BamlRecordReader.cs (6)
905
(context.ContextType != ReaderFlags.
ConstructorParams
&&
1225
case ReaderFlags.
ConstructorParams
:
1268
Debug.Assert(CurrentContext.ContextType == ReaderFlags.
ConstructorParams
);
1373
PushContext(ReaderFlags.
ConstructorParams
, null, null, 0);
3576
case ReaderFlags.
ConstructorParams
:
3880
ReaderFlags.
ConstructorParams
== CurrentContext.ContextType);