5 references to JournalOwnershipProperty
PresentationFramework (5)
System\Windows\Controls\Frame.cs (4)
505
Debug.Assert(_journalOwnership == (JournalOwnership)GetValue(
JournalOwnershipProperty
));
512
SetValue(
JournalOwnershipProperty
, value);
802
SetCurrentValueInternal(
JournalOwnershipProperty
, JournalOwnership.UsesParentJournal);
808
SetCurrentValueInternal(
JournalOwnershipProperty
, JournalOwnership.OwnsJournal);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7974
DependencyProperty dp = System.Windows.Controls.Frame.
JournalOwnershipProperty
;