5 references to SourceProperty
PresentationFramework (5)
MS\Internal\DataStreams.cs (1)
115
if (object.ReferenceEquals(localValueEntry.Property, Frame.
SourceProperty
))
System\Windows\Controls\Frame.cs (3)
298
SetCurrentValueInternal(
SourceProperty
, _navigationService.Source);
312
get { return (Uri) GetValue(
SourceProperty
); }
313
set { SetValue(
SourceProperty
, value); }
System\Windows\Navigation\NavigationWindow.cs (1)
566
Frame.
SourceProperty
.AddOwner(