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