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