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