3 implementations of IWindowService
PresentationFramework (3)
src\Framework\MS\Internal\AppModel\RootBrowserWindow.cs (1)
49
internal sealed class RootBrowserWindow : NavigationWindow,
IWindowService
, IJournalNavigationScopeHost
src\Framework\System\Windows\Controls\Page.cs (1)
45
public class Page : FrameworkElement,
IWindowService
, IAddChild
src\Framework\System\Windows\Window.cs (1)
55
public class Window : ContentControl,
IWindowService
18 references to IWindowService
PresentationFramework (18)
src\Framework\System\Windows\Controls\Page.cs (14)
172
string
IWindowService
.Title
211
return ((
IWindowService
)this).Title;
217
((
IWindowService
)this).Title = value;
229
double
IWindowService
.Height
270
return ((
IWindowService
)this).Height;
276
((
IWindowService
)this).Height = value;
283
double
IWindowService
.Width
324
return ((
IWindowService
)this).Width;
330
((
IWindowService
)this).Width = value;
760
p.OnWindowServiceChanged(e.NewValue as
IWindowService
);
773
private void OnWindowServiceChanged(
IWindowService
iws)
830
bool
IWindowService
.UserResized
921
private
IWindowService
WindowService
959
private
IWindowService
_currentIws;
src\Framework\System\Windows\Window.cs (4)
3398
bool
IWindowService
.UserResized
3826
SetValue(IWindowServiceProperty, (
IWindowService
)this);
7768
= DependencyProperty.RegisterAttached("IWindowService", typeof(
IWindowService
), typeof(Window),
7769
new FrameworkPropertyMetadata((
IWindowService
)null,