5 references to JournalOwnershipProperty
PresentationFramework (5)
System\Windows\Controls\Frame.cs (4)
493
Debug.Assert(_journalOwnership == (JournalOwnership)GetValue(
JournalOwnershipProperty
));
500
SetValue(
JournalOwnershipProperty
, value);
790
SetCurrentValueInternal(
JournalOwnershipProperty
, JournalOwnership.UsesParentJournal);
796
SetCurrentValueInternal(
JournalOwnershipProperty
, JournalOwnership.OwnsJournal);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8618
DependencyProperty dp = System.Windows.Controls.Frame.
JournalOwnershipProperty
;