2 implementations of IWindowService
PresentationFramework (2)
System\Windows\Controls\Page.cs (1)
38
public class Page : FrameworkElement,
IWindowService
, IAddChild
System\Windows\Window.cs (1)
50
public class Window : ContentControl,
IWindowService
18 references to IWindowService
PresentationFramework (18)
System\Windows\Controls\Page.cs (14)
164
string
IWindowService
.Title
203
return ((
IWindowService
)this).Title;
209
((
IWindowService
)this).Title = value;
221
double
IWindowService
.Height
262
return ((
IWindowService
)this).Height;
268
((
IWindowService
)this).Height = value;
275
double
IWindowService
.Width
316
return ((
IWindowService
)this).Width;
322
((
IWindowService
)this).Width = value;
751
p.OnWindowServiceChanged(e.NewValue as
IWindowService
);
764
private void OnWindowServiceChanged(
IWindowService
iws)
821
bool
IWindowService
.UserResized
912
private
IWindowService
WindowService
950
private
IWindowService
_currentIws;
System\Windows\Window.cs (4)
3333
bool
IWindowService
.UserResized
3766
SetValue(IWindowServiceProperty, (
IWindowService
)this);
7390
= DependencyProperty.RegisterAttached("IWindowService", typeof(
IWindowService
), typeof(Window),
7391
new FrameworkPropertyMetadata((
IWindowService
)null,