6 references to ConstructorParams
PresentationFramework (6)
System\Windows\Markup\BamlRecordReader.cs (6)
923(context.ContextType != ReaderFlags.ConstructorParams && 1243case ReaderFlags.ConstructorParams: 1286Debug.Assert(CurrentContext.ContextType == ReaderFlags.ConstructorParams); 1391PushContext(ReaderFlags.ConstructorParams, null, null, 0); 3593case ReaderFlags.ConstructorParams: 3898ReaderFlags.ConstructorParams == CurrentContext.ContextType);