/// <summary>Sets the <see cref="F:System.Windows.Navigation.JournalEntryUnifiedViewConverter.JournalEntryPositionProperty" /> attached property of the specified element.</summary>
 /// <param name="element">The element on which to set the attached property value.</param>
 /// <param name="position">Position of the <see cref="T:System.Windows.Navigation.JournalEntryPosition" /> object.</param>
 // Token: 0x06002916 RID: 10518 RVA: 0x000BDEE9 File Offset: 0x000BC0E9
 public static void SetJournalEntryPosition(DependencyObject element, JournalEntryPosition position)
 {
     if (element == null)
     {
         throw new ArgumentNullException("element");
     }
     element.SetValue(JournalEntryUnifiedViewConverter.JournalEntryPositionProperty, position);
 }
 public static void SetJournalEntryPosition(System.Windows.DependencyObject element, JournalEntryPosition position)
 {
 }
        /// <summary>
        ///     Helper for setting the JournalEntryPosition property. 
        /// </summary>
        public static void SetJournalEntryPosition(DependencyObject element, JournalEntryPosition position) 
        { 
            if (element == null)
            { 
                throw new ArgumentNullException("element");
            }

            element.SetValue(JournalEntryPositionProperty, position); 
        }
 public static void SetJournalEntryPosition(System.Windows.DependencyObject element, JournalEntryPosition position)
 {
 }