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