6 references to ConstructorParams
PresentationFramework (6)
System\Windows\Markup\BamlRecordReader.cs (6)
904(context.ContextType != ReaderFlags.ConstructorParams && 1224case ReaderFlags.ConstructorParams: 1267Debug.Assert(CurrentContext.ContextType == ReaderFlags.ConstructorParams); 1372PushContext(ReaderFlags.ConstructorParams, null, null, 0); 3575case ReaderFlags.ConstructorParams: 3879ReaderFlags.ConstructorParams == CurrentContext.ContextType);