5 references to JournalOwnershipProperty
PresentationFramework (5)
System\Windows\Controls\Frame.cs (4)
491
Debug.Assert(_journalOwnership == (JournalOwnership)GetValue(
JournalOwnershipProperty
));
498
SetValue(
JournalOwnershipProperty
, value);
785
SetCurrentValueInternal(
JournalOwnershipProperty
, JournalOwnership.UsesParentJournal);
791
SetCurrentValueInternal(
JournalOwnershipProperty
, JournalOwnership.OwnsJournal);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8617
DependencyProperty dp = System.Windows.Controls.Frame.
JournalOwnershipProperty
;