3 writes to _fce
PresentationFramework (3)
MS\Internal\FrameworkObject.cs (3)
57
_fce
= d as FrameworkContentElement;
73
_fce
= fce;
86
_fce
= d as FrameworkContentElement;
48 references to _fce
PresentationFramework (48)
MS\Internal\FrameworkObject.cs (48)
63
if (throwIfNeither && _fe == null &&
_fce
== null)
94
internal FrameworkContentElement FCE { get { return
_fce
; } }
98
internal bool IsFCE { get { return (
_fce
!= null); } }
99
internal bool IsValid { get { return (_fe != null ||
_fce
!= null); } }
116
return
_fce
.Parent;
135
return
_fce
.TemplateChildIndex;
154
return
_fce
.TemplatedParent;
173
return
_fce
.ThemeStyle;
192
return
_fce
.Language;
259
DependencyObject parent =
_fce
.Parent;
266
if (
_fce
.IsParentAnFE)
277
parent = ContentOperations.GetParent((ContentElement)
_fce
);
285
foParent.Reset(Helper.FindMentor(
_fce
.InheritanceContext));
341
return
_fce
.Style;
356
_fce
.Style = value;
372
return
_fce
.IsStyleSetFromGenerator;
387
_fce
.IsStyleSetFromGenerator = value;
407
parent =
_fce
.Parent;
457
return
_fce
.IsLoaded;
476
return
_fce
.IsInitialized;
495
return
_fce
.ThisHasLoadedChangeEventHandler;
514
return
_fce
.SubtreeHasLoadedChangeHandler;
529
_fce
.SubtreeHasLoadedChangeHandler = value;
544
return
_fce
.InheritanceBehavior;
563
return
_fce
.StoresParentTemplateValues;
578
_fce
.StoresParentTemplateValues = value;
611
_fce
.HasResourceReference = value;
683
return
_fce
.ShouldLookupImplicitStyles;
698
_fce
.ShouldLookupImplicitStyles = value;
765
_fce
.ChangeLogicalParent(newParent);
777
_fce
.BeginInit();
793
_fce
.EndInit();
809
return
_fce
.FindName(name, out scopeOwner);
893
logicalParent =
_fce
.Parent;
944
_fce
.RaiseEvent(args);
956
_fce
.OnLoaded(args);
968
_fce
.OnUnloaded(args);
980
_fce
.ChangeSubtreeHasLoadedChangedHandler(mentor);
992
_fce
.RaiseInheritedPropertyChangedEvent(ref info);
1024
_fce
.Loaded += value;
1039
_fce
.Loaded -= value;
1058
_fce
.Unloaded += value;
1073
_fce
.Unloaded -= value;
1092
_fce
.InheritedPropertyChanged += value;
1107
_fce
.InheritedPropertyChanged -= value;
1126
_fce
.ResourcesChanged += value;
1141
_fce
.ResourcesChanged -= value;
1167
return
_fce
.ToString();