6 references to ConstructorParams
PresentationFramework (6)
System\Windows\Markup\BamlRecordReader.cs (6)
908
(context.ContextType != ReaderFlags.
ConstructorParams
&&
1228
case ReaderFlags.
ConstructorParams
:
1271
Debug.Assert(CurrentContext.ContextType == ReaderFlags.
ConstructorParams
);
1376
PushContext(ReaderFlags.
ConstructorParams
, null, null, 0);
3582
case ReaderFlags.
ConstructorParams
:
3886
ReaderFlags.
ConstructorParams
== CurrentContext.ContextType);