6 references to ConstructorParams
PresentationFramework (6)
System\Windows\Markup\BamlRecordReader.cs (6)
904
(context.ContextType != ReaderFlags.
ConstructorParams
&&
1224
case ReaderFlags.
ConstructorParams
:
1267
Debug.Assert(CurrentContext.ContextType == ReaderFlags.
ConstructorParams
);
1372
PushContext(ReaderFlags.
ConstructorParams
, null, null, 0);
3575
case ReaderFlags.
ConstructorParams
:
3879
ReaderFlags.
ConstructorParams
== CurrentContext.ContextType);