5 references to SourceProperty
PresentationFramework (5)
src\Framework\MS\Internal\DataStreams.cs (1)
148
if (object.ReferenceEquals(localValueEntry.Property, Frame.
SourceProperty
))
src\Framework\System\Windows\Controls\Frame.cs (3)
310
SetCurrentValueInternal(
SourceProperty
, _navigationService.Source);
324
get { return (Uri) GetValue(
SourceProperty
); }
325
set { SetValue(
SourceProperty
, value); }
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
593
Frame.
SourceProperty
.AddOwner(