3 references to JournalEntryPositionProperty
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7377DependencyProperty dp = System.Windows.Navigation.JournalEntryUnifiedViewConverter.JournalEntryPositionProperty;
src\Framework\System\Windows\Navigation\JournalEntryListConverter.cs (2)
100return ((JournalEntryPosition)element.GetValue(JournalEntryPositionProperty)); 113element.SetValue(JournalEntryPositionProperty, position);