public SubjectElement(RevisionHeaderContent owner) : base(owner) { }
public TreeHashElement(RevisionHeaderContent owner) : base(owner) { }
public ParentsElement(RevisionHeaderContent owner) : base(owner) { }
public ReferencesElement(RevisionHeaderContent owner) : base(owner) { _drawnReferences = new LinkedList<ReferenceVisual>(); }
public CommitterElement(RevisionHeaderContent owner) : base(owner) { }
public RevisionToolTip() { _content = new RevisionHeaderContent(); _content.Style = GitterApplication.DefaultStyle; }
public AuthorDateElement(RevisionHeaderContent owner) : base(owner) { DateFormat = DateFormat.ISO8601; }
public BodyElement(RevisionHeaderContent owner) : base(owner) { }
public AuthorElement(RevisionHeaderContent owner) : base(owner) { }
protected BaseElement(RevisionHeaderContent owner) { Owner = owner; }
protected BaseElement(RevisionHeaderContent owner) { _owner = owner; }
public CommitDateElement(RevisionHeaderContent owner) : base(owner) { _dateFormat = DateFormat.ISO8601; }
public ReferencesElement(RevisionHeaderContent owner) : base(owner) { _drawnReferences = new LinkedList <ReferenceVisual>(); }