2 implementations of IWindowService
PresentationFramework (2)
System\Windows\Controls\Page.cs (1)
26
public class Page : FrameworkElement,
IWindowService
, IAddChild
System\Windows\Window.cs (1)
32
public class Window : ContentControl,
IWindowService
18 references to IWindowService
PresentationFramework (18)
System\Windows\Controls\Page.cs (14)
152
string
IWindowService
.Title
189
return ((
IWindowService
)this).Title;
195
((
IWindowService
)this).Title = value;
207
double
IWindowService
.Height
246
return ((
IWindowService
)this).Height;
252
((
IWindowService
)this).Height = value;
259
double
IWindowService
.Width
298
return ((
IWindowService
)this).Width;
304
((
IWindowService
)this).Width = value;
728
p.OnWindowServiceChanged(e.NewValue as
IWindowService
);
741
private void OnWindowServiceChanged(
IWindowService
iws)
798
bool
IWindowService
.UserResized
889
private
IWindowService
WindowService
927
private
IWindowService
_currentIws;
System\Windows\Window.cs (4)
3306
bool
IWindowService
.UserResized
3735
SetValue(IWindowServiceProperty, (
IWindowService
)this);
7347
= DependencyProperty.RegisterAttached("IWindowService", typeof(
IWindowService
), typeof(Window),
7348
new FrameworkPropertyMetadata((
IWindowService
)null,