3 references to JournalEntryPositionProperty
PresentationFramework (3)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7419DependencyProperty dp = System.Windows.Navigation.JournalEntryUnifiedViewConverter.JournalEntryPositionProperty;
System\Windows\Navigation\JournalEntryListConverter.cs (2)
96return ((JournalEntryPosition)element.GetValue(JournalEntryPositionProperty)); 106element.SetValue(JournalEntryPositionProperty, position);