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