2 implementations of IWindowService
PresentationFramework (2)
System\Windows\Controls\Page.cs (1)
25
public class Page : FrameworkElement,
IWindowService
, IAddChild
System\Windows\Window.cs (1)
31
public class Window : ContentControl,
IWindowService
18 references to IWindowService
PresentationFramework (18)
System\Windows\Controls\Page.cs (14)
151
string
IWindowService
.Title
188
return ((
IWindowService
)this).Title;
194
((
IWindowService
)this).Title = value;
206
double
IWindowService
.Height
245
return ((
IWindowService
)this).Height;
251
((
IWindowService
)this).Height = value;
258
double
IWindowService
.Width
297
return ((
IWindowService
)this).Width;
303
((
IWindowService
)this).Width = value;
727
p.OnWindowServiceChanged(e.NewValue as
IWindowService
);
740
private void OnWindowServiceChanged(
IWindowService
iws)
797
bool
IWindowService
.UserResized
888
private
IWindowService
WindowService
926
private
IWindowService
_currentIws;
System\Windows\Window.cs (4)
3305
bool
IWindowService
.UserResized
3734
SetValue(IWindowServiceProperty, (
IWindowService
)this);
7346
= DependencyProperty.RegisterAttached("IWindowService", typeof(
IWindowService
), typeof(Window),
7347
new FrameworkPropertyMetadata((
IWindowService
)null,