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