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