6 references to ConstructorParams
PresentationFramework (6)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (6)
943
(context.ContextType != ReaderFlags.
ConstructorParams
&&
1267
case ReaderFlags.
ConstructorParams
:
1310
Debug.Assert(CurrentContext.ContextType == ReaderFlags.
ConstructorParams
);
1416
PushContext(ReaderFlags.
ConstructorParams
, null, null, 0);
3629
case ReaderFlags.
ConstructorParams
:
3937
ReaderFlags.
ConstructorParams
== CurrentContext.ContextType);